Skip to content

Commit

Permalink
Clarify that app.js xor app/ can exist
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Dec 15, 2015
1 parent 89f384c commit a10717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pebble.js applications run on your phone. They have access to all the resources

This option allows you to customize Pebble.js. Follow the [Pebble SDK installation instructions](https://developer.pebble.com/sdk/install/) to install the SDK on your computer and [fork this project](http://github.com/pebble/pebblejs) on Github.

The main entry point for your application is in the `src/js/app.js` file. For projects with multiple files, you may use `src/js/app/index.js` instead and create new files under `src/js/app`.
The main entry point for your application is in the `src/js/app.js` file. For projects with multiple files, you may move `src/js/app.js` to `src/js/app/index.js` instead and create new files under `src/js/app`.

[Install the Pebble SDK on your computer >](http://developer.pebble.com/sdk/install/)

Expand Down

0 comments on commit a10717b

Please sign in to comment.