diff --git a/website/pages/docs/5.0/1-getting-started.mdx b/website/pages/docs/5.0/1-getting-started.mdx index 4229d37c..4f85aab4 100644 --- a/website/pages/docs/5.0/1-getting-started.mdx +++ b/website/pages/docs/5.0/1-getting-started.mdx @@ -12,7 +12,7 @@ In this guide, we're going to build a very simple React App, which will make use #### NPM Install ```shell -npm i @silevis/reactgrid@5.0.0-alpha.2 +npm i @silevis/reactgrid@5.0.0-alpha.4 ``` Unlike previous versions, there's no longer a need to import the CSS file separately.