koro

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

commit 01e07d2f91091def42ea50422a4ac917ce803a10
parent c534deb5db44e0eb07233ff54241e2c597bcf0fc
Author: mokou <mokou@posteo.de>
Date:   Thu, 21 May 2020 18:40:54 +0200

chore: Fix typo in code sample

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,7 +40,7 @@ external CouchDB instance. Simply put your connection string in the `KORO_COUCHD easiest way to do this is to create a `.env` file, which will automatically be read by Webpack. It would look like this: ``` text -KORO_COUCHDB_URL=https://user:pass@mycouch.com/koro" +KORO_COUCHDB_URL=https://user:pass@mycouch.com/koro ``` ...where `koro` is the name of your database. That's it! Now Koro's PouchDB will attempt to replicate with your CouchDB