Skip to content

Commit 438f573

Browse files
committed
Tweaks to readme
1 parent a1b1d11 commit 438f573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more details, see [Steve Sanderson's original blog post](http://blog.stevens
3030
Secrets
3131
--------
3232

33-
This example app relies on a number of "secrets": sensitive information such as the client secret for authenticating via Google and the api Key for retrieving weather data from the OpenWeather Api.
33+
This example app relies on a number of "secrets"; sensitive information such as the client secret for authenticating via Google and the api Key for retrieving weather data from the OpenWeather Api.
3434

3535
Rather than store these values in plain text in the source code, we use the .NET Core User Secrets tool.
3636

@@ -57,4 +57,4 @@ C:\Users\<YourUserName>\AppData\Roaming\Microsoft\UserSecrets\efebb820-2ce5-467e
5757
Secure Version
5858
--------------
5959

60-
If you want to see how to secure this app using OpenID Connect, check out the [secure branch](https://github.com/jonhilt/Angular-2-NET-Core-Weather-Checker/secure).
60+
If you want to see how to secure this app using OpenID Connect, check out the [secure branch](https://github.com/jonhilt/Angular-2-NET-Core-Weather-Checker/tree/secure).

0 commit comments

Comments
 (0)