From c3ba195080fa22beb73938c06eea9756ed2e7f11 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 03:41:23 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 987fb83..1c5d7c0 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ This is a custom component for React Native, a simple popup, compatible with ios and android. -###Demo +### Demo ![ui](./doc/ui.gif) -###Props +### Props - isOverlay *bool* - *`default true`* - isOverlayClickClose *bool* - *`default true`* -###~~*`static`*~~ Methods +### ~~*`static`*~~ Methods - alert(`message`: *string*|*number*, [...]) ```javascript e.g. @@ -86,14 +86,14 @@ This is a custom component for React Native, a simple popup, compatible with ios }); ``` -###Usage -####Step 1 - install +### Usage +#### Step 1 - install ``` npm install react-native-popup --save ``` -####Step 2 - import and use in project +#### Step 2 - import and use in project ```javascript import Popup from 'react-native-popup';