README.md: Fix typo in project name (#161)
Signed-off-by: Christian Blichmann <cblichmann@google.com>
This commit is contained in:
parent
efd3bfd0f9
commit
446fd595bf
|
@ -24,7 +24,7 @@ your workspace. Replace the version number in the `tag` attribute with the
|
||||||
version you wish to depend on:
|
version you wish to depend on:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# bazel-skylb 0.8.0 released 2019.03.20 (https://github.com/bazelbuild/bazel-skylib/releases/tag/0.8.0)
|
# bazel-skylib 0.8.0 released 2019.03.20 (https://github.com/bazelbuild/bazel-skylib/releases/tag/0.8.0)
|
||||||
skylib_version = "0.8.0"
|
skylib_version = "0.8.0"
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "bazel_skylib",
|
name = "bazel_skylib",
|
||||||
|
|
Loading…
Reference in New Issue