Skip to content

Commit 38d4897

Browse files
authored
Update README.md
1 parent 51b13a4 commit 38d4897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cpp-peglib
66

77
C++11 header-only [PEG](http://en.wikipedia.org/wiki/Parsing_expression_grammar) (Parsing Expression Grammars) library. You can start using it right away just by including `peglib.h` in your project.
88

9-
You can also try the online version at https://yhirose.github.io/cpp-peglib.
9+
You can also try the online version, PEG Playground at https://yhirose.github.io/cpp-peglib.
1010

1111
The PEG syntax is well described on page 2 in the [document](http://www.brynosaurus.com/pub/lang/peg.pdf). *cpp-peglib* also supports the following additional syntax for now:
1212

0 commit comments

Comments
 (0)