From 8efa1422c904e56d1b6ad6bcc2cdf6969bc5b176 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Tue, 19 Jan 2016 09:44:12 +0800 Subject: [PATCH] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cbb0f26..a02f632 100755 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # About svg2cube -Generate isometric game sprites. Input an svg panel and it's folded into a cube and rendered from any angle. [Example hosted here](https://wassname.github.io/svg2cube/). +Generate isometric game sprites. Input an svg panel and it's folded into a cube and rendered from any angle. [Demo](https://wassname.github.io/svg2cube/). ## Quickstart @@ -31,7 +31,7 @@ Note that phantomjs can't be used because it doesn't support CSS-3D transforms. - Generate png sprites ## Installation -Clone the repository then install dependacies using node package manager (npm). +Clone the repository then install dependencies using node package manager (npm). ```bash git clone git@github.com:wassname/svg2cube.git