Skip to content

Commit 473c2dc

Browse files
committed
Update lectures/NPM.md
1 parent 1d7b6cf commit 473c2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/NPM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Anyone has the ability to create an NPM package. Some might think this is a flaw
1818

1919
NPM provides statistics on its main website that can help those in search of a new package to have an idea of what they're getting. Simple statistics such as total downloads on a weekly basis and overall can answer the question of is this package still used by others. Number of dependents of a package is also an excellent indicator of how useful and stable a package is.
2020

21-
![An example of a highly depended on module.](/images/underscore_npm.png)
21+
![An example of a highly depended on module.](https://raw.github.com/nodekc/workshop/master/lectures/images/underscore_npm.png)
2222

2323
NPM is managed through a command line interface using the command ```npm```. There's a ton of arguments that can be provided to perform different actions. The full list of arguments can be discovered by executing ```npm -l```.
2424

0 commit comments

Comments
 (0)