From 68189ad0790c66784b17547f9e920546127930fb Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 4 Jan 2016 20:12:08 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d6c8945..ee7753c4 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ You can draw things onto the stage, add event listeners to them, move them, scal This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github.com/ericdrowell/KineticJS). * **Visit:** The [Home Page](http://konvajs.github.io/) and follow on [Twitter](https://twitter.com/lavrton) -* **Discover:** [Tutorials](http://konvajs.github.io/docs), [API Documentation](http://konvajs.github.io/docs) -* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs) +* **Discover:** [Tutorials](http://konvajs.github.io/docs), [API Documentation](http://konvajs.github.io/api) +* **Help:** [StackOverflow](http://stackoverflow.com/questions/tagged/konvajs), [Chat](https://gitter.im/konvajs/konva) # Quick Look From 864c7a96ecf34bcdb8dc430517efbdbcd3d73069 Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Mon, 4 Jan 2016 20:14:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee7753c4..c316cb32 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ import 'konva/src/shapes/rect'; //now Konva.Rect is available to use ``` -5 NodeJS +###5 NodeJS You have to install some deps manually to use Konva in nodejs env.