From e75720834c99353b49a28e0af5241c982864f18a Mon Sep 17 00:00:00 2001 From: Edward Knyshov Date: Thu, 9 Nov 2017 01:51:20 +0700 Subject: [PATCH] fix minor mistakes (#68) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36ade1f..bdbc82f 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Automatically scrobble TV show episodes and movies you are watching to Trakt.tv! ### Why do I need this extension? Trakt.tv has a [lot of plugins](http://trakt.tv/downloads) to automatically scrobble the movies and episodes you watch from your media center. -But i found nothing to integrate with Netflix, so i created this extension. +But I found nothing to integrate with Netflix, so I created this extension. Every time you click to play something on Netflix, it will send the scrobble to Trakt.tv. Cool, isn't it? ### How does traktflix work? -Unfortunately Netflix doesn't provide a public API, so the movie or espisode info is extracted from the HTML of the player. +Unfortunately Netflix doesn't provide a public API, so the movie or episode info is extracted from the HTML of the player. ### Limitations -This extension you only work with Netflix HTML player and new layout. If you are in the [old layout](http://www.netflix.com/WiHome), please open the [new one](http://www.netflix.com/browse). +This extension only works with Netflix HTML player and new layout. If you are in the [old layout](http://www.netflix.com/WiHome), please open the [new one](http://www.netflix.com/browse). See this link for more info: https://help.netflix.com/en/node/23742 ### Problems