Skip to content

Commit

Permalink
Add two missing semicolons
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
kenany committed Dec 16, 2014
1 parent 36f3464 commit d50c104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ A `require()`able version of [Skeleton](http://getskeleton.com/).
var skeleton = require('skeleton.css');
var defaultcss = require('defaultcss');

defaultcss('skeleton', skeleton)
defaultcss('skeleton', skeleton);
```

``` javascript
var skeleton = require('skeleton.css');
var insertCSS = require('insert-css');

insertCSS(skeleton)
insertCSS(skeleton);
```

## Installation
Expand Down

0 comments on commit d50c104

Please sign in to comment.