Skip to content

Commit fadff44

Browse files
authored
Merge pull request #8 from ikhattab/patch-1
update invalid link of PEGjs on README
2 parents ba195a8 + 747d7ba commit fadff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Allows you to edit xcodeproject files and write them back out.
4747

4848
If there's a problem parsing, you will want to edit the grammar under
4949
`lib/parser/pbxproj.pegjs`. You can test it online with the PEGjs online thingy
50-
at http://pegjs.majda.cz/online - I have had some mixed results though.
50+
at https://pegjs.org/online - I have had some mixed results though.
5151

5252
Tests under the `test/parser` directory will compile the parser from the
5353
grammar. Other tests will use the prebuilt parser (`lib/parser/pbxproj.js`).

0 commit comments

Comments
 (0)