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::
Like PhantomJS, CasperJS allows using nodejs modules installed through npm_.
As an example, let's install the underscore_ library:
.. _npm: https://npmjs.org/
.. _underscore: http://underscorejs.org/
.. code-block:: text
......