Commit 05147bb8 05147bb810eb79fab3d4b86b6a88f7e813d76e6f by Andy Shinn

correct syntax for npm and underscore links

It looks like there was a missing newline for the reference syntax to be parsed correctly. Underscore.js also had no reference so one was added.
1 parent ca361d38
...@@ -36,7 +36,9 @@ From your root casper script:: ...@@ -36,7 +36,9 @@ From your root casper script::
36 Like PhantomJS, CasperJS allows using nodejs modules installed through npm_. 36 Like PhantomJS, CasperJS allows using nodejs modules installed through npm_.
37 37
38 As an example, let's install the underscore_ library: 38 As an example, let's install the underscore_ library:
39
39 .. _npm: https://npmjs.org/ 40 .. _npm: https://npmjs.org/
41 .. _underscore: http://underscorejs.org/
40 42
41 .. code-block:: text 43 .. code-block:: text
42 44
......