From 6f619615302e9eac025d117ae5024c7809e48ea0 Mon Sep 17 00:00:00 2001 From: tetsuya-ohira Date: Sat, 30 Sep 2017 14:53:35 +0900 Subject: [PATCH] update "README.md" for development beginners When I ran the "How to use" code, I got an error. ``` ReferenceError: myData is not defined ``` Beginners may not be able to solve the error. I would like to add a link to the complete example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 768dd596..496c670a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ try { console.error(err); } ``` +[other examples](#example-1) ## Features