From afb688b6ea86a4c88fa90469298aee25d936c672 Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Fri, 29 Nov 2024 17:37:40 -0500 Subject: [PATCH] docs: improve readme documentation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 971b6ac..7d5a920 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,15 @@ Available in Stackblitz (Codeflow) below, this can also be used to provide an is Refer to the **[Docs - Quick Start](https://ghiscoding.gitbook.io/slickgrid-react/getting-started/quick-start)** and/or clone the [Slickgrid-React-Demos](https://github.com/ghiscoding/slickgrid-react-demos) repository. Please consult all documentation before opening new issues, also consider asking installation and/or general questions on [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=slickgrid) unless you think there's a bug with the library. ### NPM Package -[slickgrid-react on NPM](https://www.npmjs.com/package/slickgrid-react) + +```sh +npm install slickgrid-react +``` ### Troubleshooting -This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for days. +> [!WARNING] +> This project **does not** work well with `React.StrictMode`, so please make sure to disable it to avoid pulling your hair for hours... ### Versions Compatibility