Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickuraltsev committed Jun 4, 2016
1 parent d4f9f45 commit 3b3f754
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ A finite state machine library for Node.js and the browser with a friendly confi

## Installation

Install using [npm](https://www.npmjs.org/):
Using [npm](https://www.npmjs.org/):

```
npm install finity
```

The UMD build is available on [npmcdn](https://npmcdn.com/):

```html
<script src="https://npmcdn.com/finity/umd/Finity.min.js"></script>
```

## Example

```javascript
Expand Down

0 comments on commit 3b3f754

Please sign in to comment.