From c94012566b7330554e3bfbfdb8c084d0d57b88a4 Mon Sep 17 00:00:00 2001 From: Mike Lischke Date: Tue, 12 Sep 2023 16:12:02 +0200 Subject: [PATCH] Added link to antlr4ng-cli read me file. --- ReadMe.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 991bc0a..5eb2d33 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -2,7 +2,6 @@ ![Weekly Downloads](https://img.shields.io/npm/dw/antlr4ng?style=for-the-badge&color=blue) [![npm version](https://img.shields.io/npm/v/antlr4ng?style=for-the-badge&color=yellow)](https://www.npmjs.com/package/antlr4ng) - # TypeScript Target Runtime for ANTLR 4 This package is a fork of the official ANTLR4 JavaScript runtime (with its TypeScript additions), with the following changes: @@ -31,7 +30,7 @@ This package has a peer dependency to `antlr4ng-cli`, which is the tool to gener ```bash npm install --save-dev antlr4ng-cli ``` -See it's readme for more information. +See [it's readme](./cli/ReadMe.md) for more information. ## Benchmarks