Skip to content

Commit c0e676c

Browse files
committed
Added link to npm js to learn about publishing
1 parent 459f4df commit c0e676c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2012-11-6-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ var sortedList = underscore.sortBy(listOfNumbers, function (n) { return n; });
134134
console.log(sortedList);
135135
{% endhighlight %}
136136

137-
See [underscore.js documentation](http://underscorejs.org/#sortBy) for more information on how `sortBy` works.
137+
After you've mastered how to use modules and create them you can learn to publish publicly at [http://npmjs.org](at the npm website).

0 commit comments

Comments
 (0)