mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
typo fix
This commit is contained in:
parent
fc40c0eff2
commit
233ecc293c
@ -6,6 +6,8 @@ docs
|
|||||||
test
|
test
|
||||||
.travis.yml
|
.travis.yml
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
bower-template.js
|
bower-template.json
|
||||||
bower.json
|
bower.json
|
||||||
presentation-schedule.md
|
presentation-schedule.md
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Hi all! I will be taking a 3 month break from KineticJS (until July 2014) to focus on other endeavors. KineticJS is in a great state right now (v5.1.0). Please continue to file any issues that you may find, or submit pull requests. They will eventually be addressed.
|
Hi all! I will be taking a 3 month break from KineticJS (until July 2014) to focus on other endeavors. KineticJS is in a great state right now (v5.1.0). Please continue to file any issues that you may find, or submit pull requests. They will eventually be addressed.
|
||||||
|
|
||||||
#Installation
|
# Setuping dev environment
|
||||||
|
|
||||||
Before doing all dev stuff make sure you have node installed. After that, run `npm install --dev` in the main directory to install the node module dependencies.
|
Before doing all dev stuff make sure you have node installed. After that, run `npm install --dev` in the main directory to install the node module dependencies.
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ Support of NodeJS is experimental.
|
|||||||
|
|
||||||
We are using [node-canvas](https://github.com/LearnBoost/node-canvas) to create canvas element.
|
We are using [node-canvas](https://github.com/LearnBoost/node-canvas) to create canvas element.
|
||||||
|
|
||||||
### Instalation
|
###Installation
|
||||||
|
|
||||||
1. Install node-canvas [https://github.com/LearnBoost/node-canvas/wiki/_pages](https://github.com/LearnBoost/node-canvas/wiki/_pages)
|
1. Install node-canvas [https://github.com/LearnBoost/node-canvas/wiki/_pages](https://github.com/LearnBoost/node-canvas/wiki/_pages)
|
||||||
2. `npm install jsdom`
|
2. `npm install jsdom`
|
||||||
|
Loading…
Reference in New Issue
Block a user