Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilVoel committed Jun 5, 2023
1 parent 4b311aa commit 6f9e5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A line of compound strings which at some point loops back to an item already in
Example:
string1 = "s1" {string2}
string2 = {string3}
string3 = [string1] "s3"
string3 = {string1} "s3"
Obviously a string cannot contain itself, either:
string4 = "Hello, " {string4}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pml.js",
"version": "0.2.1",
"version": "0.2.2",
"description": "A parser for PML, just another format to specify your configs in",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6f9e5d1

Please sign in to comment.