diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-02 10:14:53 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 16:42:40 +0200 |
commit | 9eff44503a5312d74ce1eb896a3bbfbf42b1814e (patch) | |
tree | 3fd33fd3d10dc75b872fdd39e5893ee5de6d3dab | |
parent | 05da7080283f60d353ac4dc5b1c4caf320c0576f (diff) | |
download | rules-cc-9eff44503a5312d74ce1eb896a3bbfbf42b1814e.tar.gz |
doc: Improve format and fix typo
-rw-r--r-- | etc/README.template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/README.template.md b/etc/README.template.md index b5891cf..517fc0a 100644 --- a/etc/README.template.md +++ b/etc/README.template.md @@ -19,7 +19,7 @@ this feature is used. Alternatively, the `rules-cc` repository can be added manually to your `repos.json`. -~~~json +~~~jsonc ... , "rules-cc": { "repository": @@ -37,7 +37,7 @@ Importing this way, `protoc` and `grpc_cpp_plugin` will be taken from the host system. To change the binary names or to bring your own proto toolchain, add a corresponding `target_root` layer (and provide the needed binding, if your target files refer to other -reposistories containing the toolchain). +repositories containing the toolchain). ## Consume and being consumed by CMake Libraries |