Skip to content

Commit b73f093

Browse files
Updates v1.15 upgrade guidance (SharePoint#7796)
Updates v1.15 upgrade guidance replacing the generator package name with a placeholder to clarify what developers should do
1 parent d98c509 commit b73f093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/release-1.15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ npm install @microsoft/generator-sharepoint@next --global
2929
1. Uninstall the existing v1.14 package:
3030

3131
```console
32-
npm uninstall @microsoft/generator-sharepoint@1.14
32+
npm uninstall @microsoft/{spfx-package-name}@1.14
3333
```
3434

3535
2. Install the new v1.15 preview package:
3636

3737
```console
38-
npm install @microsoft/generator-sharepoint@next --save --save-exact
38+
npm install @microsoft/{spfx-package-name}@next --save --save-exact
3939
```
4040

4141
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]

0 commit comments

Comments
 (0)