Skip to content

Commit ea07ada

Browse files
committed
Fix some mistakes.
1 parent 76a80a3 commit ea07ada

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bnf/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ cd bnf
140140
# Install dependencies
141141
uv sync --extra dev
142142

143-
# Generate ANTLR parsers (done automatically during build)
144143
# Build package
145144
uv build
146145

@@ -159,7 +158,7 @@ cd bnf
159158
# Install dependencies
160159
npm install
161160

162-
# Generate ANTLR parsers and build
161+
# Build package
163162
npm run build
164163

165164
# Run tests

0 commit comments

Comments
 (0)