From 920dc1d84729b641585ed15d313a68a207199e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 13 Jul 2017 14:49:12 -0300 Subject: [PATCH] Minor fixes --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9e93abe..535743d 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ TransforMap works towards an online platform for you to visualize the myriads of 1. [Install DocPad](https://github.com/bevry/docpad) 2. Clone the project and run the server - - git clone https://github.com/transformap/transformap.github.io - cd transformap.github.io - docpad run - -3. [Open http://localhost:9778/](http://localhost:9778/) +``` + git clone https://github.com/transformap/transformap.github.io + cd transformap.github.io + docpad run +``` +3. Open [http://localhost:9778/](http://localhost:9778/) 4. Start hacking away by modifying the `src` directory @@ -20,10 +20,10 @@ TransforMap works towards an online platform for you to visualize the myriads of Allow contributors to edit content by adding them as collaborators ([Settings > Collaborators](https://github.com/TransforMap/transformap.github.io/settings/collaboration)) on the repository. -They can they edit the [Markdown](https://daringfireball.net/projects/markdown/syntax) partials at [prose.io/#transformap/transformap.github.io](http://prose.io/#transformap/transformap.github.io). +They can edit the [Markdown](https://daringfireball.net/projects/markdown/syntax) partials at [prose.io/#transformap/transformap.github.io](http://prose.io/#transformap/transformap.github.io). #### Tips for editing using Prose #### * Authenticate on Github before making any changes to files using the green button on the bottom right corner of the screen. -* ??? \ No newline at end of file +* ???