From 4bf96cc64c79521665bf524749c2443f213e888e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=B3ra=20Szepes?= Date: Mon, 31 Jul 2017 10:24:12 +0200 Subject: [PATCH] Fixed ' charaters in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d7c8f..45c9f30 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ python3 run.py -u username -l 5 The script accepts two parameters: - `u` is for the user name. Mandatory and has to be a string. - `l` is for limit. Number of posts to retrieve. Not mandatory. Integer and the default is 10 by Medium. Zero will be swapped to one. -- 'c' is category for the posts. If it doesn't exists, it will be 'medium' +- `c` is category for the posts. If it doesn't exists, it will be 'medium'