From 055668e3eaf9faad64c2dba3cd60a902d5be937b Mon Sep 17 00:00:00 2001 From: Pete Ward Date: Mon, 19 Nov 2018 12:36:56 +0000 Subject: [PATCH] Fix headers in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index feb4fc0..acb088b 100644 --- a/README.md +++ b/README.md @@ -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