Skip to content

Commit

Permalink
Merge pull request #65 from xjamundx/patch-3
Browse files Browse the repository at this point in the history
Docs: Update README.md
  • Loading branch information
nzakas committed Feb 28, 2015
2 parents 1e82ff2 + b942b31 commit 92ee153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var ast = espree.parse(code, {
regexUFlag: true,

// enable parsing of template strings
templateStrings: false,
templateStrings: true,

// enable parsing of binary literals
binaryLiterals: true,
Expand All @@ -87,7 +87,7 @@ var ast = espree.parse(code, {
unicodeCodePointEscapes: true,

// enable parsing of default parameters
defaultParams: false,
defaultParams: true,

// enable parsing of rest parameters
restParams: true,
Expand Down

0 comments on commit 92ee153

Please sign in to comment.