Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #341

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Download
--------

This is a repository for development. Refer to [uei/enchant.js-builds](https://github.com/uei/enchant.js-builds) for download pre-built files.
This is a repository for development. Refer to [uei/enchant.js-builds](https://github.com/uei/enchant.js-builds) to download pre-built files.

[Download Zip file](https://github.com/uei/enchant.js-builds/archive/master.zip)

Expand Down Expand Up @@ -71,7 +71,7 @@ How to build
Source code is divided into class files (dev/src/*.js). These files include multi-language comments. You can build enchant.js with 'grunt' command from these files.
If you want to send a pull request or join development enchant.js, please edit files under dev/src, use this build tool and commit the built work tree.

To setup grunt.js (build tool for node.js) as npm package, type:
To setup grunt.js (build tool for node.js) as an npm package, type:

npm install -g grunt-cli
npm install
Expand All @@ -94,4 +94,4 @@ If you wish to send your codes to github repos, don't forget to run `grunt` comm

How to contribute
-----------------
If you found issues or improved codes, please write issues or send pull request to `wise9/enchant.js:develop`.
If you found issues or improved codes, please write issues or send a pull request to `wise9/enchant.js:develop`.