Skip to content

Commit

Permalink
fixed a typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markgab committed Jul 18, 2020
1 parent 26f603d commit 8f61a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install --save json-porter

var JsonPorter = require('json-porter').default; // Import library

let obj = new Object(); // Have an object
var obj = new Object(); // Have an object
obj.name = 'Object';
obj.desc = 'Hello World';
obj.tags = [ 'JavaScript', 'Download', 'Upload' ];
Expand Down

0 comments on commit 8f61a4b

Please sign in to comment.