README: fix typo JSONfeed -> JSON Feed - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 15d18283616a951f060daf8f96996def532b8e21 | |
parent 5a27c58675ddf4113d64a84f715cb3fecb681a6d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 6 Apr 2023 19:35:24 +0200 | |
README: fix typo JSONfeed -> JSON Feed | |
https://www.jsonfeed.org/version/1.1/ | |
Diffstat: | |
M README | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -146,8 +146,8 @@ sfeed supports a subset of XML 1.0 and a subset of: | |
- MediaRSS extensions (media:). | |
- Dublin Core extensions (dc:). | |
-Other formats like JSONfeed, twtxt or certain RSS/Atom extensions are supported | |
-by converting them to RSS/Atom or to the sfeed(5) format directly. | |
+Other formats like JSON Feed, twtxt or certain RSS/Atom extensions are | |
+supported by converting them to RSS/Atom or to the sfeed(5) format directly. | |
OS tested |