Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryank109 authored Apr 10, 2019
1 parent 536e2b9 commit c9db117
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
### Usage

```javascript
// main.js
import { PopupProvider } from 'react-popup-provider';
<PopupProvider>
<App/>
</PopupProvider>


// some-view.js
import { Popup } from 'react-popup-provider';
<SomeView>
<Popup
Expand All @@ -35,7 +27,6 @@ import { Popup } from 'react-popup-provider';

##### More Control
```javascript
// some-view.js
import { Consumer, PopupProvider, PopupContainer } from 'react-popup-provider';
<PopupProvider>
<Consumer>
Expand Down

0 comments on commit c9db117

Please sign in to comment.