We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2754e commit e6496deCopy full SHA for e6496de
1 file changed
README.md
@@ -45,15 +45,13 @@ You can also build js2xmlparser from source using gulp:
45
```
46
git clone https://github.com/michaelkourlas/node-js2xmlparser.git
47
npm install
48
-typings install
49
gulp
50
51
52
-You'll need to install gulp and typings first if you don't have them:
+You'll need to install gulp first if you don't have it:
53
54
55
npm install -g gulp
56
-npm install -g typings
57
58
59
You can then copy the folder into your node_modules directory.
0 commit comments