Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilt authored Aug 5, 2022
1 parent 4b6270d commit 994a075
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ React Context is a comfortable tool to use as a React developer because it comes
```bash
npm install --save @air/react-memoized-context
```
```bash
yarn add @air/react-memoized-context
```

## Usage

Expand Down Expand Up @@ -72,4 +75,4 @@ export const MyContextProvider = ({ children }: AnnotationProviderProps) => {

return <MyContext.Provider value={value}>{children}</MyContext.Provider>;
};
```
```

0 comments on commit 994a075

Please sign in to comment.