Skip to content

Commit 86476fd

Browse files
committed
Merge branch 'master' into live
2 parents e343c60 + 7aab4f1 commit 86476fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 11/08/2018
55
ms.prod: sharepoint
66
---
77

8-
# Building Microsoft Teams tab using SharePoint Framework - Tutorial
8+
# Surfacing your SharePoint Framework solution as Microsoft Teams tab - Tutorial
99

1010
Starting with the SharePoint Framework v1.7, you can also implement your Microsoft Teams tabs using SharePoint Framework. This significantly simplifies Teams tab development process as SharePoint Framework web parts are automatically hosted within SharePoint without any need for external services.
1111

@@ -20,7 +20,7 @@ Before you start, complete the procedures in the following articles to ensure th
2020
* [Deploy your client-side web part to a SharePoint page](provision-sp-assets-from-package.md)
2121

2222
> [!IMPORTANT]
23-
> This lab requires that you are using plusbeta version of the SharePoint Framework 1.7 as the capabilities are not yet ready for production usage. You can install plus-beta version to your development machine by using following command: `@microsoft/sharepoint --plusbeta`.
23+
> This lab requires that you are using plusbeta version of the SharePoint Framework 1.7 as the capabilities are not yet ready for production usage. You can install latest SharePoint Framwork version to your development machine by using following command: `npm install -g @microsoft/sharepoint`.
2424
2525
## Create a new web part project
2626

@@ -36,10 +36,10 @@ Before you start, complete the procedures in the following articles to ensure th
3636
cd teams-tab-webpart
3737
```
3838

39-
3. Create a new client-side web part solution by running the Yeoman SharePoint Generator:
39+
3. Create a new client-side web part solution by running the Yeoman SharePoint Generator. Notice that we are using the `plusbeta` switch as the capability in still in **preview**:
4040

4141
```
42-
yo @microsoft/sharepoint
42+
yo @microsoft/sharepoint --plusbeta
4343
```
4444

4545
4. When prompted:

0 commit comments

Comments
 (0)