Skip to content

Commit 739e8c8

Browse files
committed
Remove [sudo] warning
1 parent 681e668 commit 739e8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
55
## Usage
66

7-
1. Install [Yeoman](https://github.com/yeoman/yo): `[sudo] npm install -g yo`
8-
2. Install this generator: `[sudo] npm install -g generator-jquery-boilerplate`
7+
1. Install [Yeoman](https://github.com/yeoman/yo): `npm install -g yo`
8+
2. Install this generator: `npm install -g generator-jquery-boilerplate`
99
3. Run: `yo jquery-boilerplate`
1010
4. Start writing your jQuery plugin :)
1111

0 commit comments

Comments
 (0)