From da7dbbc1f6cf1dc819629d6d8e9d9edcb4e55560 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sun, 11 Sep 2022 15:05:36 +0200 Subject: [PATCH] Update docs/mkdocs/docs/integration/package_managers.md Co-authored-by: Florian Albrechtskirchinger --- docs/mkdocs/docs/integration/package_managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/integration/package_managers.md b/docs/mkdocs/docs/integration/package_managers.md index bd9edb7fc..46d7a8549 100644 --- a/docs/mkdocs/docs/integration/package_managers.md +++ b/docs/mkdocs/docs/integration/package_managers.md @@ -64,7 +64,7 @@ The provided `meson.build` can also be used as an alternative to cmake for insta ## Bazel -This repository provides a [Bazel](https://bazel.build/) `WORKSPACE.bazel` and a corresponding `BUILD.bazel` file. Therefore, this repository can be referenced by workspace rules such as `http_archive`, `git_repository`, or `local_repository` from other Bazel workspaces. To use the library you only need to depend on the target `@nlohmann_json//:json` (e.g. via `deps` attribute). +This repository provides a [Bazel](https://bazel.build/) `WORKSPACE.bazel` and a corresponding `BUILD.bazel` file. Therefore, this repository can be referenced by workspace rules such as `http_archive`, `git_repository`, or `local_repository` from other Bazel workspaces. To use the library you only need to depend on the target `@nlohmann_json//:json` (e.g. via `deps` attribute). ## Conan