Skip to content

Commit 610ea0e

Browse files
committed
fixed page build
1 parent c0e676c commit 610ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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-
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).
137+
After you've mastered how to use modules and create them you can learn to publish publicly at [at the npm website](http://npmjs.org).

0 commit comments

Comments
 (0)