From c7b5f03a1cfffd7a9fb9505094e9dd110a2be519 Mon Sep 17 00:00:00 2001 From: Christian Cantrell Date: Tue, 22 Oct 2013 10:23:59 -0700 Subject: [PATCH] Fixed some text. Added a link. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b9b18f..d759f19 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ [Snap.svg](http://snapsvg.io) ====== -A JavaScript SVG library for the modern web +A JavaScript SVG library for the modern web. Learn more at [snapsvg.io](http://snapsvg.io). -API Reference is in `dist/reference.html` +API Reference is in `dist/reference.html`. ### Building -Snap.svg uses [Grunt](http://gruntjs.com/) to build +Snap.svg uses [Grunt](http://gruntjs.com/) to build. -* Open the terminal from the Snap.svg directory +* Open the terminal from the Snap.svg directory: cd Snap.svg -* Install its command line interface (CLI) globally +* Install its command line interface (CLI) globally: npm install -g grunt-cli _*You might need to use `sudo npm`, depending on your configuration._ -* Install dependencies with npm +* Install dependencies with npm: npm install