example: fix typo in name - tscrape - twitter scraper
HTML git clone git://git.codemadness.org/tscrape
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 2f683439be0f889e05e42965926d44a7332f042d
DIR parent fb64d1d7eb24caab8ca7fb574ffad5886ff8f05f
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 12 May 2019 19:19:29 +0200
example: fix typo in name
Diffstat:
M tscraperc.example | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tscraperc.example b/tscraperc.example
@@ -5,5 +5,5 @@ feeds() {
# feed <name> <feedurl>
feed "Rich Felker" "https://twitter.com/richfelker"
feed "Internet of shit" "https://twitter.com/internetofshit"
- feed "Donald trump" "https://twitter.com/realdonaldtrump"
+ feed "Donald Trump" "https://twitter.com/realdonaldtrump"
}