From 830dbfa255bd95dd92d3b9fc4de614dca5051c38 Mon Sep 17 00:00:00 2001 From: Sinuhe Tellez Date: Sun, 10 Mar 2019 04:40:10 -0400 Subject: [PATCH] fix of typos --- CHANGELOG.md | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1c70d..8a99dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added a message when the server started in the stadin ### Changed -- fix rel and type for aquisition +- fix rel and type for acquisition - In the code change where the parameters are defined. - Changed serveFeedauthor parameter for author. - Adding host parameter. - Start using go modules. - Fixing typo in file extension gif -- The memetype for FB2 changed to text/fb2+xml +- The MIME-type for FB2 changed to text/fb2+xml ### Removed - vendor folder. diff --git a/README.md b/README.md index 95e6140..d08cb19 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,6 @@ # binary release - https://github.com/dubyte/dir2opds/releases + +# change log + - [Changelog](CHANGELOG.md)