Skip to content

Commit

Permalink
Merge pull request #151 from SantiMA10/master
Browse files Browse the repository at this point in the history
fix(README.md) Node.js example
  • Loading branch information
tristen authored Jul 12, 2023
2 parents 72957d6 + 71c4e86 commit 0d1cc51
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 @@ -52,7 +52,7 @@ Install it into your project with `npm install --save @mapbox/togeojson`.
```javascript
// using togeojson in nodejs

var tj = require('togeojson'),
var tj = require('@mapbox/togeojson'),
fs = require('fs'),
// node doesn't have xml parsing or a dom. use xmldom
DOMParser = require('xmldom').DOMParser;
Expand Down

0 comments on commit 0d1cc51

Please sign in to comment.