Skip to content

Commit

Permalink
Fix headers in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Ward committed Nov 19, 2018
1 parent 150522c commit 055668e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -20,24 +20,24 @@ WebNES supports the following features:
- Debugging for ROM authors or other emulator authors - Trace logs can be generated for CPU instructions and PPU events


#Just play
# Just play

A release build can be played here [http://peteward44.github.io/WebNES](http://peteward44.github.io/WebNES)


#Building
# Building

WebNES can run without building, however various optimisations are performed by the closure compiler and the grunt build script.
You will need npm and bower installed.

##Windows
## Windows

```
Run setup.cmd
Run build_release.cmd
```

##Linux
## Linux

```
npm install
Expand Down

0 comments on commit 055668e

Please sign in to comment.