From 78015c8abe5260906b375e400f1667db06f0f89d Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Mon, 28 Dec 2015 08:16:25 -0800 Subject: [PATCH] Minor formatting fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ac1695a8..1576e44c5 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ For example, $ docker-machine ip myjupytermachine 192.168.99.104 - In browser, open http://192.168.99.104:8888 +In browser, open `http://192.168.99.104:8888`. -Note: With the deprecated `boot2docker`, use the command `boot2docker ip` to +NOTE: With the deprecated `boot2docker`, use the command `boot2docker ip` to determine the URL. ## Development Installation Quickstart @@ -75,7 +75,7 @@ is available on ReadTheDocs. * Clone this repo and `cd` into it * `pip install --pre -e .` -_NOTE_: For Debian/Ubuntu systems, if you're installing the system node you +NOTE: For **Debian/Ubuntu** systems, if you're installing the system node you need to use the 'nodejs-legacy' package and not the 'node' package. For more detailed development install instructions (e.g. recompiling javascript