koro

an event time scheduler
git clone https://tilde.team/~marisa/repo/koro.git
Log | Files | Refs | README | LICENSE

commit 955be22c6b1d867aed224e60dc66f01afd5532fb
parent 4686bfb50b17a705483ed9e70d07b63fce9987ba
Author: mokou <mokou@posteo.de>
Date:   Thu, 21 May 2020 15:51:29 +0200

doc: Fix link formatting in readme

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,8 @@ # koro Koro is a small tool for helping plan events by letting people indicate their available start times. It's written -in [Svelte](https://svelte.dev), stores data in [PouchDB](https://pouchdb.com) and replicates with [CouchDB] -(https://couchdb.apache.org). Times are locally displayed in the user's timezone with the help of JavaScript's +in [Svelte](https://svelte.dev), stores data in [PouchDB](https://pouchdb.com) and replicates with +[CouchDB](https://couchdb.apache.org). Times are locally displayed in the user's timezone with the help of JavaScript's `Intl` API and [DayJS](https://day.js.org). CSS is handled with [Tailwind](https://tailwindcss.com). ## Get started