Skip to content

Commit

Permalink
update readme (formatting and links)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdixon committed Oct 11, 2015
1 parent c69e83e commit a55ba8e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,30 @@ 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/src/xo.js](http://github.com/bjdixon/xo/src/xo.js).
[http://github.com/bjdixon/xo](http://github.com/bjdixon/xo).

##Installation

*Browser*

Download and add to your html pages.

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

### Node installation
*Node*

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

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

```javascript
var xo = require('xo-utils');
```

## Contains

* partial
Expand Down

0 comments on commit a55ba8e

Please sign in to comment.