]> code.delx.au - youtube-cgi/blobdiff - README.md
README tweaks
[youtube-cgi] / README.md
index cb61c364de5a79d2a0689868a5497a152036aa91..75a57a3f74fc551d6a9ad673319a33d9cee6f304 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # YouTubeCgi
 
-YouTubeCgi is a simple tool to dowload videos from YouTube. It is able to fetch normal videos and the protected stuff by doing some Javascript magic.
+YouTubeCgi is a simple tool to download videos from YouTube. It is able to fetch normal videos and the protected stuff by doing some Javascript magic.
 
 ## Requirements
 
@@ -23,3 +23,7 @@ You can then visit the CGI script and paste in a URL to download videos. Or you
 ```
 javascript:(function(){window.location='https://example.com/path/to/youtube.cgi?url='+escape(location);})()
 ```
+
+## Bug reports
+
+Please raise issues on the [Bitbucket project](https://bitbucket.org/delx/youtube-cgi/issues?status=new&status=open).