Skip to content

Commit

Permalink
Added link to antlr4ng-cli read me file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Sep 12, 2023
1 parent 3dd841e commit c940125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit c940125

Please sign in to comment.