Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
README.md fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tegon committed Feb 14, 2019
1 parent fbc8807 commit a333f83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">
<br>
<a href="https://tegon.github.io/traktflix/">
<img src="https://raw.githubusercontent.com/tegon/traktflix/master/app/images/traktflix-icon-128.png" alt="Traktflix" width="150">
<img src="https://raw.githubusercontent.com/tegon/traktflix/master/app/img/traktflix-icon-128.png" alt="Traktflix" width="150">
</a>
<br>
traktflix
Expand All @@ -13,9 +13,9 @@
<h4 align="center">A Trakt.tv scrobbler for Netflix.</h4>

<p align="center">
<a href="https://github.com/gsrafael01/traktflix/releases"><img src="https://img.shields.io/github/release/gsrafael01/traktflix.svg" alt="github release"></a>
<a href="https://travis-ci.com/gsrafael01/traktflix"><img src="https://travis-ci.com/gsrafael01/traktflix.svg?branch=master" alt="travis"></a>
<a href='https://coveralls.io/github/gsrafael01/traktflix?branch=master'><img src='https://coveralls.io/repos/github/gsrafael01/traktflix/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href="https://github.com/tegon/traktflix/releases"><img src="https://img.shields.io/github/release/gsrafael01/traktflix.svg" alt="github release"></a>
<a href="https://travis-ci.com/tegon/traktflix"><img src="https://travis-ci.com/gsrafael01/traktflix.svg?branch=master" alt="travis"></a>
<a href='https://coveralls.io/github/tegon/traktflix?branch=master'><img src='https://coveralls.io/repos/github/gsrafael01/traktflix/badge.svg?branch=master' alt='Coverage Status' /></a>
</p>

<p align=left">
Expand Down Expand Up @@ -46,7 +46,7 @@ This extension only works with Netflix HTML player and new layout. If you are in
See this link for more info: https://help.netflix.com/en/node/23742

### Problems
If you find any problems or have suggestions or questions, feel free to [open an issue](https://github.com/gsrafael01/traktflix/issues/new)
If you find any problems or have suggestions or questions, feel free to [open an issue](https://github.com/tegon/traktflix/issues/new)

### Development
Create an application in [Trakt API](http://trakt.tv/oauth/applications/new).
Expand Down Expand Up @@ -109,7 +109,6 @@ The commands above have only been tested on Linux.
This product uses the TMDb API but is not endorsed or certified by TMDb. <br>
This product uses the Trakt.tv API.

[tegon](https://github.com/user/tegon) is the original developer of this extension.
Since it was not having many updates in the past year and was also removed from the Chrome store, I took it upon myself to work on it and finally port it to Firefox.
[gsrafael01](https://github.com/user/gsrafael01) Ported this extension to Firefox and also added a lot of improvements. He is the most active maintainer now.

[LICENSE](LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/gsrafael01 /traktflix.git"
"url": "git://github.com/tegon/traktflix.git"
},
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack --env.production",
Expand Down

0 comments on commit a333f83

Please sign in to comment.