diff --git a/README.md b/README.md index 08be577..a6ad9d2 100644 --- a/README.md +++ b/README.md @@ -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