diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-17 01:29:54 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-17 01:29:54 +0900 |
commit | 9ff89acf756b932cf380018445371dda688ee5ea (patch) | |
tree | 9950f2a803dfd0827f4eb1f7fccf9e7512303e7f /README.md | |
parent | 5187250ba942d3c5100982d071332f5b4b561119 (diff) | |
download | fead-9ff89acf756b932cf380018445371dda688ee5ea.tar.gz |
Nitpick
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index afa1158..65e2e1f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Any use of -f before -F is ignored. ## Template The template is used by Python [`str.format`][format] to generate each advert. -It can contain the following fields, delimited by braces ('{' and '}'). +It can contain the following fields, delimited by braces (`{` and `}`). * `source_title`: title of the web feed * `source_link`: URL to the feed's website @@ -61,7 +61,7 @@ which supports at least C89 format codes, e.g. `{time:%Y-%m-%d}`. ## Examples -Given the these URLs in a feeds file: +Given the these URLs in a `feeds` file: https://adol.pw/index.xml https://cnx.gdn/feed.xml |