mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-10 15:18:27 -05:00
Merge pull request #2270 from mythnc/jquery-install-cmd
Adjust jQuery install command
This commit is contained in:
2
dist/doc/html.md
vendored
2
dist/doc/html.md
vendored
@@ -196,7 +196,7 @@ If you're interested in including it, you can easily install jQuery using the
|
||||
following command:
|
||||
|
||||
```
|
||||
npm install jQuery
|
||||
npm install jquery
|
||||
```
|
||||
|
||||
You can then copy the minified file into the `vendor` folder and add jQuery
|
||||
|
||||
@@ -196,7 +196,7 @@ If you're interested in including it, you can easily install jQuery using the
|
||||
following command:
|
||||
|
||||
```
|
||||
npm install jQuery
|
||||
npm install jquery
|
||||
```
|
||||
|
||||
You can then copy the minified file into the `vendor` folder and add jQuery
|
||||
|
||||
Reference in New Issue
Block a user