From fcb1e2439c838d84c26d8c5b23c490d88e8508e1 Mon Sep 17 00:00:00 2001 From: Nick Genovese <23391587+ngenovese11@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:01:06 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb706c0..1f04fbcb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To verify that the packages installed correctly, open Essentials and make sure t ### Installing Different versions of PepperDash Core -If you need a different version of PepperDash Core, use the command `nuget install .\packages.config -OutputDirectory .\packages -excludeVersion -Version {versionToGet}`. Omitting the `-Version` option will pull the version indicated in the packages.config file. +If you need a different version of PepperDash Core, use the command `nuget install packages.config -OutputDirectory .\packages -excludeVersion -Version {versionToGet}`. Omitting the `-Version` option will pull the version indicated in the packages.config file. ## Utilization