aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2018-09-28 09:09:18 -0400
committerGitHub <noreply@github.com>2018-09-28 09:09:18 -0400
commit6e2d7e4a75b8ec0c307cf2ff2ca3d837633413ca (patch)
treee637ecb29b736e80c3b26ce296e1d503781ca448 /README.md
parent1099dd2d0a80649700e3dff0cfc759cfe0f86c6e (diff)
downloadbazel-skylib-6e2d7e4a75b8ec0c307cf2ff2ca3d837633413ca.tar.gz
Rename a number of instances of 'skylark' to 'starlark' or 'bzl'
Most notably, this renames/moves a few important identifiers: //:skylark_library.bzl -> //:bzl_library.bzl skylark_library -> bzl_library SkylarkLibraryInfo -> StarlarkLibraryInfo
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6b80e43..e06c0f5 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ Steps to add a module to Skylib:
1. Add unit tests for your module in the `tests` directory.
-## `skylark_library`
+## `bzl_library`
-The `skylark_library.bzl` rule can be used to aggregate a set of
-Skylark files and its dependencies for use in test targets and
+The `bzl_library.bzl` rule can be used to aggregate a set of
+Starlark files and its dependencies for use in test targets and
documentation generation.