Browse Source

Merge pull request #32 from darbychang/master

two typo in readme that i found during installaion
Arnau Sanchez 10 years ago
parent
commit
2030ec58d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -29,7 +29,7 @@ $ sudo python setup.py install
 
 ```
 $ cd youtube-upload-master
-$ PYTHONPATH=. python youtube_upload/youtube_upload.py ...
+$ PYTHONPATH=. python bin/youtube_upload ...
 ```
 
 Authentication
@@ -39,7 +39,7 @@ You'll see that there is no email/password options. Instead, the Youtube API use
 
 The package includes a default ```client_secrets.json``` file. If you plan to make a heavy use of the script, please [create and use your own OAuth 2.0 file](https://developers.google.com/youtube/registering_an_application), it's a free service. Steps:
 
-* Go to the Google [https://console.developers.google.com/](console).
+* Go to the Google [console](https://console.developers.google.com/).
 * _Create project_.
 * Side menu: _APIs & auth_ -> _APIs_
 * Top menu: _Enabled API(s)_: Enable all Youtube APIs.