Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrushin committed Oct 24, 2017
1 parent 9547baf commit 8131da2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ const parse = require('json-to-ast');
const settings = {
// Appends location information. Default is <true>
loc: true,

// Appends source information to node’s location. Default is <null>
source: 'data.json'
source: 'data.json'
};

parse('{"a": 1}', settings);
Expand Down

0 comments on commit 8131da2

Please sign in to comment.