diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a220718d..7938f5fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks you for contributing to Emby for Kodi! -* Make pull requests towards the **develop** branch; +* Make pull requests towards the **master** branch; * Keep the maximum line length shorter than 100 characters to keep things clean and readable; * Follow pep8 style as closely as possible: https://www.python.org/dev/peps/pep-0008/ * Add comments if necessary.