Skip to content

Commit ab07b35

Browse files
authored
Merge pull request #253 from wravery/readme-fix
Update PEGTL version number in README
2 parents b8edf5f + 0164bb9 commit ab07b35

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
@@ -109,9 +109,9 @@ the license text. Please see the license or copyright notice which comes with ea
109109

110110
### graphqlpeg
111111

112-
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.5,
112+
- GraphQL parsing: [Parsing Expression Grammar Template Library (PEGTL)](https://github.com/taocpp/PEGTL) release 3.2.6,
113113
which is part of [The Art of C++](https://taocpp.github.io/) library collection. I've added this as a sub-module, so you
114-
do not need to install this separately. If you already have 3.2.5 installed where CMake can find it, it will use that
114+
do not need to install this separately. If you already have 3.2.6 installed where CMake can find it, it will use that
115115
instead of the sub-module and avoid installing another copy of PEGTL.
116116

117117
### graphqlservice

0 commit comments

Comments
 (0)