Skip to content

Commit 3b357b0

Browse files
committed
Fixes on 1.14 release notes
1 parent 985d259 commit 3b357b0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/spfx/release-1.14.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ There will be multiple public preview release using the **@next** tag in the [NP
1313

1414
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1515

16-
## Install the latest preview release
17-
18-
Install the latest preview release of the SharePoint Framework (SPFx) by including the **@next** tag:
19-
20-
```console
21-
npm install @microsoft/generator-sharepoint@next --global
22-
```
2316

2417
## Upgrading projects from v1.13.1 to v1.14
2518

@@ -30,10 +23,10 @@ npm install @microsoft/generator-sharepoint@next --global
3023
npm uninstall @microsoft/[email protected]
3124
```
3225

33-
2. Install the new v1.14 preview package:
26+
2. Install the new v1.14 package:
3427

3528
```console
36-
npm install @microsoft/generator-sharepoint@next --save --save-exact
29+
npm install @microsoft/generator-sharepoint --save --save-exact
3730
```
3831

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

0 commit comments

Comments
 (0)