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

fixed #213 #214

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For much more detailed information on how to use Aurora.js, check out the
We use [browserify](https://github.com/substack/node-browserify) to build Aurora.js. To build Aurora.js
for the browser yourself, use the following commands:

npm install
npm ci
make browser

This will place a built `aurora.js` file, as well as a source map in the `build/` directory.
Expand All @@ -74,4 +74,4 @@ This can help shave off approx. 30 KB from the joined file, or 20 KB when minifi

## License

Aurora.js is released under the MIT license.
Aurora.js is released under the MIT license.
Loading