fix sh doc code blocks

This commit is contained in:
Sebastian McKenzie
2014-11-30 11:05:56 +11:00
parent 3c7b2d7872
commit 4bd4e4cdbe
5 changed files with 54 additions and 19 deletions

View File

@@ -30,7 +30,9 @@ test.test();
You can build a browser version of the compiler by running the following in the
6to5 directory:
$ make build
```sh
$ make build
```
This will output the files `dist/6to5.js` and `dist/6to5.min.js`.
@@ -38,7 +40,9 @@ This will output the files `dist/6to5.js` and `dist/6to5.min.js`.
To test 6to5 in your browser run:
$ make test-browser
```sh
$ make test-browser
```
And open `test/browser.html` in your browser if it doesn't open automatically.