Skip to content

Commit 9148441

Browse files
ittaizjohnynek
authored andcommitted
fix typo in README.md (bazel-contrib#89)
1 parent f34ca28 commit 9148441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then in your BUILD file just add the following so the rules will be available:
3838
```python
3939
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_library", "scala_binary", "scala_test")
4040
```
41-
You may wish to have these rules loaded by default using bazel's prelude. You can add the above to the file `tools/build_rules/prelude_bazel` in your repo (don't forget to have a, possible empty, BUILD file there) and then it will be automatically prepended to every BUILD file in the workspace.
41+
You may wish to have these rules loaded by default using bazel's prelude. You can add the above to the file `tools/build_rules/prelude_bazel` in your repo (don't forget to have a, possibly empty, BUILD file there) and then it will be automatically prepended to every BUILD file in the workspace.
4242

4343
[scala]: http://www.scala-lang.org/
4444

0 commit comments

Comments
 (0)