Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nickuraltsev committed Jun 10, 2016
1 parent bcf0de9 commit a013553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A finite state machine library for Node.js and the browser with a friendly confi
Using [npm](https://www.npmjs.org/):

```
npm install finity
npm install --save finity
```

The UMD build is available on [npmcdn](https://npmcdn.com/):
Expand All @@ -30,6 +30,8 @@ The UMD build is available on [npmcdn](https://npmcdn.com/):
<script src="https://npmcdn.com/finity/umd/Finity.min.js"></script>
```

Finity includes TypeScript typings.

## Example

```javascript
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "finity",
"version": "0.4.2",
"version": "0.4.3",
"description": "A finite state machine library for Node.js and the browser with a friendly configuration DSL",
"keywords": [
"state",
Expand Down

0 comments on commit a013553

Please sign in to comment.