Skip to content

Commit 5eb497e

Browse files
karemanthomasvl
authored andcommitted
Fix headers in Examples readme.
Just added some missing spaces.
1 parent 7f065e6 commit 5eb497e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Google Sample Apps
1+
# Google Sample Apps
22
The apps in this folder are designed to provide examples of the basic workings of the Google Client Library. They should not be used in production.
33
Eg you should not ask for a Client key as it should be embedded within the codebase of your app.
44

@@ -28,10 +28,10 @@ git pull ...
2828
git submodule update --recursive
2929
```
3030

31-
##Requirements to use
31+
## Requirements to use
3232
These example apps need an oAuth2 Client key, which you can obtain from the [Google Developer Console](https://console.developers.google.com/).
3333

34-
###To obtain an oAuth2 client Key:
34+
### To obtain an oAuth2 client Key:
3535
1. Visit the [Google Developer Console](https://console.developers.google.com/
3636
2. Click Credentials on the left hand navigation pane
3737
3. Click the `Create Credentials Button` and select `oAuth Client id` from the resulting dropdown menu.

0 commit comments

Comments
 (0)