From dc7289ba8303a3c759053d5f72dda986d3ae88fc Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 4 Aug 2013 11:22:36 +0200 Subject: [PATCH] docs: Fix formatting of code examples in lists --- js/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/README.md b/js/README.md index 0e5e17c9..793e9f9d 100644 --- a/js/README.md +++ b/js/README.md @@ -51,15 +51,15 @@ Building from source 1. Install [Node.js](http://nodejs.org/) and npm. There is a PPA if you're running Ubuntu: - sudo apt-get install python-software-properties - sudo add-apt-repository ppa:chris-lea/node.js - sudo apt-get update - sudo apt-get install nodejs npm + sudo apt-get install python-software-properties + sudo add-apt-repository ppa:chris-lea/node.js + sudo apt-get update + sudo apt-get install nodejs npm 2. Enter the `js/` in Mopidy's Git repo dir and install all dependencies: - cd js/ - npm install + cd js/ + npm install That's it.