Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
orsiemilio committed Feb 15, 2024
1 parent cd84a81 commit 59d8d7b
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 @@ -19,7 +19,7 @@ A while back, I faced issues with the structure of JSON data from MongoDB. To so
### Basic Transformation

```javascript
const JsonShapeShifter = require('path/to/json-shape-shifter');
const JsonShapeShifter = require('json-shape-shifter');

const shaper = new JsonShapeShifter();
const input = { name: "John", age: 30, favoriteHero: "MacGiver" };
Expand Down

0 comments on commit 59d8d7b

Please sign in to comment.