diff --git a/website/pages/docs/5.0/1-getting-started.mdx b/website/pages/docs/5.0/1-getting-started.mdx index 4f85aab4..0c8d5534 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.4 +npm i @silevis/reactgrid@alpha ``` Unlike previous versions, there's no longer a need to import the CSS file separately.