From 446fd595bf1bb85768d885ab3a92dc8f80b29475 Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Wed, 5 Jun 2019 14:29:52 +0200 Subject: [PATCH] README.md: Fix typo in project name (#161) Signed-off-by: Christian Blichmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d33ca..49a99c7 100644 --- a/README.md +++ b/README.md @@ -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",