Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjoydatta committed Nov 15, 2021
2 parents 3c909ad + f26b4b4 commit 147c33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yarn add react-access-boundary
npm i react-access-boundary
```

2. Usage: First, you need to wrap the application or private layouts with `<AccessProvider>` then you are ready to use this `<AccessBoundary>`,
2. Usage: First, you need to wrap the application or private layouts with `<AccessProvider>` then you are ready to use this `<AccessBoundary>`

```jsx
const App = () => {
Expand Down

0 comments on commit 147c33e

Please sign in to comment.