From f363b4bb980babec4870f59bdc849a96c2bcd012 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Tue, 7 Sep 2021 10:12:58 +0200 Subject: [PATCH] fix typos in Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6f4c29..6e81790 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # ics-proxy -You can find a running instance of this code on [ics-proxy.de](https://ics-proxy.de) +You can find a running instance of this code on [ics-proxy.de](https://ics-proxy.de). The docker image is published on [DockerHub](https://hub.docker.com/repository/docker/13hannes11/ics-proxy). ## Motivation This application was build because of my frustration with my Universities publishing of schedules. Schedules can be found on [TimeEdit](https://cloud.timeedit.net), however, changes to my schedule (for example dropping a course) meant that all ics links on all of my devices needed to be replaced. -Additionally each semester this needed to be done as well. I therefore created this proxy to have an easy way of replaceing ics links without needing to update the link in my callenders. +Additionally, each semester this needed to be done as well. I therefore created this proxy to have an easy way of replacing ics links without needing to update the link in my calenders. -## Buidling +## Building The easiest way to build this repository is to use docker. You can simply run `docker build -t ics-proxy .`