Skip to content

Commit 1661d3f

Browse files
author
Hirose
committed
Fixed README.md
1 parent 21934dd commit 1661d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Sample codes
364364
* [Calculator](https://github.com/yhirose/cpp-peglib/blob/master/example/calc.cc)
365365
* [Calculator (with parser operators)](https://github.com/yhirose/cpp-peglib/blob/master/example/calc2.cc)
366366
* [Calculator (AST version)](https://github.com/yhirose/cpp-peglib/blob/master/example/calc3.cc)
367-
* [PEG syntax Lint utility](https://github.com/yhirose/cpp-peglib/blob/master/lint/cmdline/peglint.cc)
367+
* [PEG syntax Lint utility](https://github.com/yhirose/cpp-peglib/blob/master/lint/peglint.cc)
368368
* [PL/0 Interpreter](https://github.com/yhirose/cpp-peglib/blob/master/language/pl0/pl0.cc)
369369

370370
Tested compilers
@@ -382,4 +382,4 @@ TODO
382382
License
383383
-------
384384

385-
MIT license (© 2015 Yuji Hirose)
385+
MIT license (© 2016 Yuji Hirose)

0 commit comments

Comments
 (0)