From f9934764fde15b4914ba172864e3e43bcf1b961e Mon Sep 17 00:00:00 2001 From: desimaniac Date: Tue, 6 Mar 2018 19:56:25 -0600 Subject: [PATCH 1/2] Readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61453d8..95a8c0e 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,10 @@ Options: ## Example ``` -python3 traktarr.py movies --list-type anticipated --add-limit 10 +python3 traktarr.py movies -t anticipated -l 10 ``` ``` -python3 traktarr.py movies --list-type popular --add-limit 2 +python3 traktarr.py movies -t popular -l 2 ``` From e9c5940be4e25b41194003356570296fcdb92c75 Mon Sep 17 00:00:00 2001 From: desimaniac Date: Tue, 6 Mar 2018 19:56:58 -0600 Subject: [PATCH 2/2] Readme edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a8c0e..2aa10cd 100644 --- a/README.md +++ b/README.md @@ -153,5 +153,5 @@ python3 traktarr.py movies -t anticipated -l 10 ``` ``` -python3 traktarr.py movies -t popular -l 2 +python3 traktarr.py shows -t popular -l 2 ```