diff --git a/libs/docusaurus/README.md b/libs/docusaurus/README.md index 51c8d27e..7778cb7a 100644 --- a/libs/docusaurus/README.md +++ b/libs/docusaurus/README.md @@ -19,11 +19,9 @@ If you have not already, [create an Nx workspace](https://github.com/nrwl/nx#creating-an-nx-workspace) with the following: ``` -npx create-nx-workspace@^9.0.0 +npx create-nx-workspace@^10.0.0 ``` -Nx Plus Docusaurus has support for Nx 9. Support for Nx 10 will be added soon. - When creating your Nx workspace you may be prompted to choose a preset, **we do not support the `oss` preset at this time**. ## Getting Started