Skip to content

Commit

Permalink
add language type to code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Apr 24, 2015
1 parent 3373401 commit f7576db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package Install
**Prerequisites**
- [bower](http://bower.io/) `npm install -g bower`

```
```bash
bower install phosphor
```

Expand All @@ -21,7 +21,7 @@ Source Build
- [gulp](http://gulpjs.com/) `npm install -g gulp`
- [tsd](https://github.com/DefinitelyTyped/tsd) `npm install -g tsd@next`

```
```bash
git clone https://github.com/phosphorjs/phosphor.git
cd phosphor
npm install
Expand All @@ -37,7 +37,7 @@ Build Examples

Follow the source build instructions first.

```
```bash
gulp examples
```

Expand Down

0 comments on commit f7576db

Please sign in to comment.