Skip to content

Commit 69a1aac

Browse files
Remove references to typings in docs
1 parent f68eef6 commit 69a1aac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,13 @@ You can also build xmlcreate from source using npm, gulp, and typings:
5050
```
5151
git clone https://github.com/michaelkourlas/node-xmlcreate.git
5252
npm install
53-
typings install
5453
gulp
5554
```
5655

57-
You'll need to install gulp and typings first if you don't have them:
56+
You'll need to install gulp first if you don't have it:
5857

5958
```
6059
npm install -g gulp
61-
npm install -g typings
6260
```
6361

6462
You can then copy the folder into your node_modules directory.

0 commit comments

Comments
 (0)