From e705894a67940fe3fcfe2e214bf766c18fe6a5b9 Mon Sep 17 00:00:00 2001 From: William Le Date: Wed, 29 Mar 2017 15:58:19 -0700 Subject: [PATCH] Fixed some typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8db3be8..eeda117 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install react-phone-input --save ```jsx React.render( - , + , document.getElementById('content')); ``` @@ -38,4 +38,4 @@ function handeOnChange(value) { ## License -[MIT](https://opensource.org/licenses/MIT) \ No newline at end of file +[MIT](https://opensource.org/licenses/MIT)