Skip to content

Commit

Permalink
added language annotations to readme code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Jun 30, 2015
1 parent 35f6eaa commit c362a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ First, [grab the latest release of tota11y](https://github.com/Khan/tota11y/rele

Then, include it right before `</body>` like so:

```
```html
<script src="tota11y.min.js"></script>
```

## Building

You can build tota11y with:

```
```sh
npm install
npm run build # or simply "npm build" on Windows systems
```
Expand All @@ -36,14 +36,14 @@ npm test

Or lint with:

```
```sh
npm run lint # "npm lint" on Windows systems
```

To perform manual testing as you work, you can run a live dev-server with the
following:

```
```sh
npm run live-test # or "npm live-test" on Windows systems
```

Expand Down

0 comments on commit c362a2b

Please sign in to comment.