Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install

## Using the Starter

If you want to explore the bundled examples you can start the program switcher, which allows you to explore them from your browser. Any `*.eve` files places into the `eve-starter/programs` directory will be shown here.
If you want to explore the bundled examples you can start the program switcher, which allows you to explore them from your browser. Any `*.eve` files placed into the `eve-starter/programs` directory will be shown here.

```sh
npm start
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"setimmediate": "^1.0.5",
"typescript": "~2.2.1",
"uuid": "^3.0.1",
"witheve": "git://github.com/witheve/eve.git#master",
"witheve": "preview",
"ws": "^1.1.1"
}
}