Skip to content

Commit f7aad58

Browse files
committed
tweak doc
Signed-off-by: Terence Parr <parrt@antlr.org>
1 parent 6f8a7f0 commit f7aad58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/releasing-st4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Find stuff:
180180

181181
```
182182
cd ~/antlr/sites/website-st4
183-
find . -type f -exec grep '4\.2' {} \;
183+
find . -type f -exec grep -l '4\.3' {} \;|grep -v api
184184
vi index.html scripts/topnav.js download.html
185185
```
186186

0 commit comments

Comments
 (0)