From 0a02917ef781f1f97f3181cdf879e25267643081 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Sun, 23 Apr 2023 16:04:37 +0530 Subject: [PATCH] Fix for issue #112 https://github.com/table-library/react-table-library/issues/112 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e540ba8..b5405f6 100644 --- a/README.md +++ b/README.md @@ -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