aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-27 14:29:45 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-27 14:29:45 +0100
commitebb116894852676d3779159dedea1ac648d11b35 (patch)
tree054e34697c9c7dda9e9b9708960437e681eddb10
parent6ad93417790d0d63cd889ac65566fc4e4c3e34d1 (diff)
downloadfeed2imap-go-ebb116894852676d3779159dedea1ac648d11b35.tar.gz
feed2imap-go-ebb116894852676d3779159dedea1ac648d11b35.tar.bz2
feed2imap-go-ebb116894852676d3779159dedea1ac648d11b35.zip
Fix language errors
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index faa8614..7950c8c 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ for details.
### Additions to feed2imap
* Groups: Have the ability to group feeds that share characteristics, most often the same parent folder in the hiearchy.
- But also allows to share options between feeds. Usages: Categories ("News", "Linux") and merging different feeds of the same origin.
+ It also allows sharing options between feeds. Usages: Categories ("News", "Linux") and merging different feeds of the same origin.
* Heavier use of parallel processing (it's Go after all ;)). Also, it is way faster.
* Global `target` and each feed only specifies the folder relative to that target.
(feature contained also in [fork of the original][nec])
@@ -93,7 +93,7 @@ and b) the update process is not clear, especially regarding the dependencies.
### Run in docker
-Most times, putting feed2imap-go somewhere and adding a cron job does everything you need. For the times where it isn't, we provide docker containers for your convenience at [Github Packages](https://github.com/Necoro/feed2imap-go/packages) and at [Docker Hub](https://hub.docker.com/r/necorodm/feed2imap-go).
+Most times, putting feed2imap-go somewhere and adding a cron job does everything you need. For the times when it isn't, we provide docker containers for your convenience at [Github Packages](https://github.com/Necoro/feed2imap-go/packages) and at [Docker Hub](https://hub.docker.com/r/necorodm/feed2imap-go).
The container is configured to expect both config file and cache under `/app/data/`, thus needs it mounted there.
When both are stored in `~/feed`, you can do:
@@ -109,7 +109,7 @@ Note that the supplied binary must not be linked to glibc, i.e. has to be built
Or you can roll your own Dockerfile, supplying a glibc...
-**NB**: feed2imap-go employs no server-mode. Thus, each run terminates directly after a couple seconds. Therefore, the docker container in itself is not that useful and you have to have a mechanism in place to spin up the container regularly.
+**NB**: feed2imap-go employs no server-mode. Thus, each run terminates directly after a couple seconds. Therefore, the docker container in itself is not that useful, and you have to have a mechanism in place to spin up the container regularly.
## Support