Skip to content

Commit

Permalink
Merge pull request #1 from amit08255/amit08255-patch-1
Browse files Browse the repository at this point in the history
Fix for issue table-library#112
  • Loading branch information
amit08255 authored Apr 23, 2023
2 parents dbd5fe3 + 0a02917 commit e676b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ React Table Library requires the following libraries to be installed:
## Installation

```sh
npm install @table-library/react-table-library @emotion/react
npm install @table-library/react-table-library @emotion/react @emotion/cache @emotion/server
```

```sh
yarn add @table-library/react-table-library @emotion/react
yarn add @table-library/react-table-library @emotion/react @emotion/cache @emotion/server
```

## Usage
Expand Down

0 comments on commit e676b49

Please sign in to comment.