Skip to content

Commit

Permalink
feat: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Jul 29, 2024
1 parent 50c324e commit 70ffad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Using interactive command line to quickly create an ANTLR4 project.
With NPM:

```bash
$ npm create antlr4
npm create antlr4@latest
```

With Yarn:

```bash
$ yarn create antlr4
yarn create antlr4
```

With PNPM:

```bash
$ pnpm create antlr4
pnpm create antlr4
```

## Built-in Templates
Expand Down

0 comments on commit 70ffad9

Please sign in to comment.