diff --git a/aio/content/guide/ivy.md b/aio/content/guide/ivy.md index f2e8982e0f35b..d4099667913cb 100644 --- a/aio/content/guide/ivy.md +++ b/aio/content/guide/ivy.md @@ -5,10 +5,10 @@ ## Starting a new project using Ivy -To start a new project with Ivy enabled, use the `--experimental-ivy` flag with the [`ng new`](cli/new) command: +To start a new project with Ivy enabled, use the `--enable-ivy` flag with the [`ng new`](cli/new) command: ```sh -ng new shiny-ivy-app --experimental-ivy +ng new shiny-ivy-app --enable-ivy ``` Everything will be configured for you: