Browse Source

add link to docs

Cheskel Twersky 4 years ago
parent
commit
5bff1107c7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -46,3 +46,7 @@ videos = list_youtube_channel.get_search("python")
 for video in videos:
     print(video['videoId'])
 ```
+
+# Full Documentation
+
+[https://list-youtube-channel.readthedocs.io/en/latest/](https://list-youtube-channel.readthedocs.io/en/latest/)