Skip to content
Open
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 @@ -50,7 +50,7 @@ In `app.js` you require the package, and then utilize the `package.name`.
To create a build of your app, first install node, and then run...

```bash
npm install -g require.js
npm install -g requirejs
```

Then run,
Expand All @@ -61,4 +61,4 @@ r.js -o app.build.js

This will create a `/dist` folder with the built app.

**Note: the dist folder is included in this repository, but you may want to add `dist` to your `.gitignore` to keep it out of git**
**Note: the dist folder is included in this repository, but you may want to add `dist` to your `.gitignore` to keep it out of git**