Skip to content

Commit 5f4b434

Browse files
committed
Updating README.md
1 parent a87ccb2 commit 5f4b434

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
This is a port of the antlr4-c3 library to Java.
2121

2222
The original project is [antlr4-c3](https://github.com/mike-lischke/antlr4-c3/tree/main), created by Mike Lischke.
23-
The author has created the original code for ANTLR4 C3, which is a TypeScript library. The Java port got contributions from Nick Stephen, @kaidjohnson, @rovo98
24-
, and @vityaman .
23+
The author has created the original code for ANTLR4 C3, which is a TypeScript library. The Java port got contributions from Nick Stephen, [@kaidjohnson](https://github.com/kaidjohnson), [@rovo98](https://github.com/rovo98)
24+
, and [@vityaman](https://github.com/vityaman) .
2525

26-
We are just maintaining and publishing such port, with the [authorization](https://github.com/mike-lischke/antlr4-c3/issues/175) from the author.
26+
We are just maintaining the port and publishing such port to Maven Central, with the [authorization](https://github.com/mike-lischke/antlr4-c3/issues/175) from the author.
2727

2828
## License
2929

3030
This port, as the original code, is available under the MIT license.
3131

3232
## How to use ANTLR4 C3 in Java
3333

34-
3534
Please see next an explanation of the library and some examples.
3635
```
3736
TO DO
@@ -49,4 +48,3 @@ The only changes with respect to the original typescript implementation are:
4948
```
5049
TO DO
5150
```
52-

0 commit comments

Comments
 (0)