Skip to content

Commit e57e1a2

Browse files
CloudDesignBoxVesaJuvonen
authored andcommitted
Update add-an-external-library.md (SharePoint#493)
Updated the tsd command to npm install --save @types/jquery (same as getting started section)
1 parent 9c4cd90 commit e57e1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/add-an-external-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In this example, you will load jQuery from CDN. You don't need to install the np
9292
Install the typings for jQuery:
9393

9494
```
95-
tsd install jquery --save
95+
npm install --save @types/jquery
9696
```
9797

9898
Update the `config.json` in the `config` folder to load jQuery from CDN. Add an entry to the `externals` field:

0 commit comments

Comments
 (0)