README.md: Fix typo in project name (#161)

Signed-off-by: Christian Blichmann <cblichmann@google.com>
This commit is contained in:
Christian Blichmann 2019-06-05 14:29:52 +02:00 committed by Laurent Le Brun
parent efd3bfd0f9
commit 446fd595bf
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ your workspace. Replace the version number in the `tag` attribute with the
version you wish to depend on:
```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"
http_archive(
name = "bazel_skylib",