Skip to content

Commit

Permalink
update readme formatting and language
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed May 30, 2015
1 parent 7c665c6 commit 4d85ccb
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 @@ -10,16 +10,16 @@ Have a bug? Please create an issue here on GitHub at <https://github.com/mdo/git

## Development

The GitHub buttons source code is split across three files in `src/` — the HTML, CSS, and JS — and compiled with [Gulp](http://gulpjs.com).
The `github-btn.hml` file contains the button markup and includes the CSS and JS. Those includes are inlined and the overall page minified with Gulp.
The GitHub buttons source code is split across three files in `src/`—the HTML, CSS, and JS—and compiled with [Gulp](http://gulpjs.com).
The `github-btn.hml` file contains the button markup and includes the external CSS and JS. Those includes are inlined and the overall page minified with Gulp.

To build the files, just run Gulp:

```shell
$ gulp
```

Lastly, the `https://ghbtns.com` site is built with Jekyll (requires Ruby and more).
Install [Jekyll](http://jekyllrb.com) and run a local server to view your changes:
Lastly, the `https://ghbtns.com` site is built with Jekyll (requires Ruby and more). Install [Jekyll](http://jekyllrb.com) and run a local server to view your changes:

```shell
$ jekyll serve --watch
Expand Down

0 comments on commit 4d85ccb

Please sign in to comment.