From be64a198d3e2d44d7645915fe03b05e2f5d119ce Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Mon, 20 Jul 2020 09:40:28 +0300 Subject: [PATCH] Update Nightly-Builds.md --- docs/en/Nightly-Builds.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/Nightly-Builds.md b/docs/en/Nightly-Builds.md index 1a66af32e1..315f5109b9 100644 --- a/docs/en/Nightly-Builds.md +++ b/docs/en/Nightly-Builds.md @@ -29,13 +29,13 @@ Now, you can install preview / nightly packages to your project from Nuget Brows The latest version of preview NPM packages can be installed by the running below command in the root folder of application: ```bash -abp switch-to-preview +abp switch-to-preview --npm ``` If you're using the ABP Framework preview packages, you can switch back to stable version using this command: ```bash -abp switch-to-stable +abp switch-to-stable --npm ``` -See the [ABP CLI documentation](./CLI.md) for more information. \ No newline at end of file +See the [ABP CLI documentation](./CLI.md) for more information.