From 155bafc3e91c3a67c5aa15d9457e422aa4c14610 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 15 Oct 2015 13:57:56 +1300 Subject: [PATCH] Capitalise "Python" This is a super minor and pointless thing, but it seem that in official documentation Python is capitalised, so thought I'd suggest using it here. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbd6a6c..9b65dac0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Join the chat at https://gitter.im/drzoidberg33/plexpy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drzoidberg33/plexpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -A python based web application for monitoring, analytics and notifications for Plex Media Server (www.plex.tv). +A Python based web application for monitoring, analytics and notifications for Plex Media Server (www.plex.tv). This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb).