Skip to content

Commit

Permalink
updated readme (formatting and links)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdixon committed Oct 10, 2015
1 parent 9e10fc2 commit c69e83e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ xo is essentially a stripped down version of an underscore/lodash type library.

##Source code
The source is available at:
[http://github.com/bjdixon/xo](http://github.com/bjdixon/xo/src/xo.js).
[http://github.com/bjdixon/xo/src/xo.js](http://github.com/bjdixon/xo/src/xo.js).

##Installation
Download and add to your html pages.

<script type="text/javascript" src="xo.min.js"></script>
```html
<script type="text/javascript" src="xo.min.js"></script>
```

### Node installation
Using [npm]:
Using [npm](https://www.npmjs.com/package/xo-utils):

```sh
npm install xo-utils
```

### Contains
## Contains

* partial
* filter
Expand Down

0 comments on commit c69e83e

Please sign in to comment.