Skip to content

Commit 5d89ab2

Browse files
committed
README updates
1 parent b5ade62 commit 5d89ab2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This module has been recorded and is available in the Office Development YouTube
3939

4040
| Version | Date | Comments |
4141
| ------- | ---------------- | ---------------------------------- |
42+
| 1.7 | December 3, 2019 | Update to latest Graph SDK and `create-react-app` |
4243
| 1.6 | June 18, 2019 | Added link to screencast recording |
4344
| 1.5 | May 24, 2019 | 2019Q4 content refresh |
4445
| 1.4 | May 22, 2019 | Quickstart updates |

demos/01-create-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Completed module: Create a React single-page app
22

3-
The version of the project in this directory reflects completing the tutorial up through [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1). If you use this version of the project, you need to complete the rest of the tutorial starting at [Register the app in the portal](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=2).
3+
The version of the project in this directory reflects completing the tutorial up through [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1). If you use this version of the project, you need to complete the rest of the tutorial starting at [Register the app in the portal](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=2).

demos/02-add-aad-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The version of the project in this directory reflects completing the tutorial up
66
>
77
> 1. Rename the `Config.js.example` file to `Config.js`.
88
> 1. Edit the `Config.js` file and make the following changes.
9-
> 1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.
9+
> 1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.

demos/03-add-msgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
5555
npm start
5656
```
5757

58-
1. Open a browser and browse to `http://localhost:3000`.
58+
1. Open a browser and browse to `http://localhost:3000`.

0 commit comments

Comments
 (0)