From 0bd8aabd7c434f53e268f896acc52b00341d6461 Mon Sep 17 00:00:00 2001 From: Tyler Long Date: Fri, 21 Apr 2017 20:49:35 +0800 Subject: [PATCH] Add instructions for manual test --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b6d6393ce..591060455 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,14 @@ We recommend you installing [editor plugins](https://github.com/feross/standard# yarn test +Manual test in browser: + + open dist/demo/index.html + +Manual test in Node.js: + + node dist/demo/index.js + ## Distribtion