From 3b3f7548e16f257516c32bcbfd7685a8f6173a5b Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Fri, 3 Jun 2016 21:50:39 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d9bbf..6dd8662 100644 --- a/README.md +++ b/README.md @@ -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 + +``` + ## Example ```javascript