diff --git a/README.md b/README.md index 35b37689..adf63a46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # jssm A Javascript state machine with a simple API. Well tested, and typed with Flowtype. MIT license. +[Try it live!](https://stonecypher.github.io/jssm-viz-demo/graph_explorer.html) +
[![License](https://img.shields.io/npm/l/jssm.svg)](https://img.shields.io/npm/l/jssm.svg) diff --git a/package.json b/package.json index 44d4a352..7f521ee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jssm", - "version": "5.3.1", + "version": "5.3.2", "engines": { "node": ">=6.0.0" },