aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-07-03 21:43:56 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-07-03 21:43:56 -0700
commit416484a63622c7f6ec6e53679ad3d7b68000bc5d (patch)
treef30f84b363fffaddd49986400fbb979f54e696b2 /README.md
parent2439a87833dd7df6cdbd26a8149a96ce4c341e94 (diff)
Switched /etc/xdg/bp -> /etc/bp
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e1d4d3..94f432f 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ grammar file, use `bp -g <path-to-file>` or `bp --grammar=<path-to-file>`. Once
BP is installed, however, you can use `bp -g <grammar-name>` directly, and BP
will figure out which grammar you mean (e.g. `bp -g lua ...`). BP first
searches `~/.config/bp/` for any grammar files you keep locally, then searches
-`/etc/xdg/bp/` for system-wide grammar files.
+`/etc/bp/` for system-wide grammar files.
Testing for these grammar files (other than `builtins`) is iffy at this point,
so use at your own risk! These grammar files are only approximations of syntax.