Skip to content

Commit 19955d4

Browse files
committed
Fixes updated script name in the instructions
1 parent b790408 commit 19955d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/Update-XperienceProjectWithDatabase.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SETUP INSTRUCTIONS FOR NEW DEVELOPERS:
2626
2727
3. HOW TO RUN:
2828
> cd C:\YourProject\Utilities
29-
> .\Update-Xperience.ps1
29+
> .\Update-XperienceProjectWithDatabase.ps1
3030
3131
4. WHAT IT DOES:
3232
• Updates all Xperience NuGet packages to latest prerelease versions
@@ -67,7 +67,7 @@ SETUP INSTRUCTIONS FOR NEW DEVELOPERS:
6767
This script does not accept parameters. Configuration is done by modifying variables within the script.
6868
6969
.EXAMPLE
70-
PS C:\dev\YourProject\Utilities> .\Update-Xperience.ps1
70+
PS C:\dev\YourProject\Utilities> .\Update-XperienceProjectWithDatabase.ps1
7171
7272
Runs the update process for the Xperience by Kentico project.
7373
@@ -184,7 +184,7 @@ function Write-Error {
184184
185185
ProjectRoot/
186186
├── Utilities/ (This script's location)
187-
│ └── Update-Xperience.ps1
187+
│ └── Update-XperienceProjectWithDatabase.ps1
188188
└── src/ (Project location)
189189
└── YourProject.csproj (Main project file)
190190
#>

0 commit comments

Comments
 (0)