aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhub2git <hub2git@users.noreply.github.com>2016-12-22 18:25:39 -0800
committerSergey M <dstftw@gmail.com>2016-12-23 09:25:39 +0700
commit19f37ce4b1e4251a3f53f8a5d3d0605d2526bc81 (patch)
tree6557d73b56680d9e402f4eef8757c71d6f1370d3 /README.md
parent5e77c0b58eb4bae0804f639fa509d91b29a273ce (diff)
downloadyoutube-dl-19f37ce4b1e4251a3f53f8a5d3d0605d2526bc81.zip
youtube-dl-19f37ce4b1e4251a3f53f8a5d3d0605d2526bc81.tar.gz
youtube-dl-19f37ce4b1e4251a3f53f8a5d3d0605d2526bc81.tar.bz2
[README.md] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8409322..e85fa15 100644
--- a/README.md
+++ b/README.md
@@ -932,7 +932,7 @@ If you want to create a build of youtube-dl yourself, you'll need
If you want to add support for a new site, first of all **make sure** this site is **not dedicated to [copyright infringement](README.md#can-you-add-support-for-this-anime-video-site-or-site-which-shows-current-movies-for-free)**. youtube-dl does **not support** such sites thus pull requests adding support for them **will be rejected**.
-After you have ensured this site is distributing it's content legally, you can follow this quick list (assuming your service is called `yourextractor`):
+After you have ensured this site is distributing its content legally, you can follow this quick list (assuming your service is called `yourextractor`):
1. [Fork this repository](https://github.com/rg3/youtube-dl/fork)
2. Check out the source code with: