From 1a0021ec9ea4a00b88a5cf5655d090fc9d1a4b98 Mon Sep 17 00:00:00 2001 From: Norbert Csaba Herczeg Date: Wed, 15 Jun 2022 14:52:53 +0200 Subject: [PATCH] fix(docs): fix g4 file links for typescript --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2691943..1c460ad 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ usage: crossecore ## Build Antlr Parsers and Lexers Download -* https://github.com/antlr/grammars-v4/blob/master/typescript/TypeScriptLexer.g4 -* https://github.com/antlr/grammars-v4/blob/master/typescript/TypeScriptParser.g4 -* https://github.com/antlr/grammars-v4/blob/master/typescript/Java/TypeScriptLexerBase.java -* https://github.com/antlr/grammars-v4/blob/master/typescript/Java/TypeScriptParserBase.java +* https://github.com/antlr/grammars-v4/blob/master/javascript/typescript/TypeScriptLexer.g4 +* https://github.com/antlr/grammars-v4/blob/master/javascript/typescript/TypeScriptParser.g4 +* https://github.com/antlr/grammars-v4/blob/master/javascript/typescript/Java/TypeScriptLexerBase.java +* https://github.com/antlr/grammars-v4/blob/master/javascript/typescript/Java/TypeScriptParserBase.java Run the following command ```bash