From c362a2b23597b84eeaf375b325d98fcafe1c6f7c Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Tue, 30 Jun 2015 10:37:05 -0400 Subject: [PATCH] added language annotations to readme code blocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a9e11eb..fa0265a1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ First, [grab the latest release of tota11y](https://github.com/Khan/tota11y/rele Then, include it right before `` like so: -``` +```html ``` @@ -21,7 +21,7 @@ Then, include it right before `` like so: You can build tota11y with: -``` +```sh npm install npm run build # or simply "npm build" on Windows systems ``` @@ -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 ```