Skip to content

Commit 90622e6

Browse files
authored
docs: explicitly list all locations to replace (#61)
this is useful, since most tools like `grep` or `rg` search case insensitive by default
1 parent 9d7b26d commit 90622e6

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
@@ -21,7 +21,7 @@ Ready to get started? Copy this repo, then
2121

2222
1. search for "com_myorg_rules_mylang" and replace with the name you'll use for your workspace
2323
1. search for "myorg" and replace with GitHub org
24-
1. search for "mylang" and replace with the language/tool your rules are for
24+
1. search for "mylang", "Mylang", "MYLANG" and replace with the language/tool your rules are for
2525
1. rename directory "mylang" similarly
2626
1. run `pre-commit install` to get lints (see CONTRIBUTING.md)
2727
1. if you don't need to fetch platform-dependent tools, then remove anything toolchain-related.

0 commit comments

Comments
 (0)