From 8e1da771e91e8970b880ad4deef8eb0a13da07bc Mon Sep 17 00:00:00 2001 From: Bossa573 Date: Tue, 13 Jul 2021 11:31:50 +0800 Subject: [PATCH] update readme to add interactive web example section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e1dccdf..c3c0a1b 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,14 @@ countryCode | String or null | Detected phone number country calling code with ` yarn test ``` +## Interactive Web Example + +``` +yarn start:example +``` + +And then visit http://localhost:8080 + ## Build ```