From 71c4e8631b04a15f528818982fc79771f86bde41 Mon Sep 17 00:00:00 2001 From: "Santi M.A" Date: Wed, 17 Oct 2018 17:39:43 +0200 Subject: [PATCH] fix(README.md) Node.js example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9129e2a..a0aaa42 100644 --- a/README.md +++ b/README.md @@ -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;