From 5aee6e75b2695ebcb781c07768645075942aac2d Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 7 Oct 2018 21:18:06 +0300 Subject: [PATCH] modify readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e58812..73fd7ac 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ ![screenshot](docs/screenshot1.png) -This is a simple todo list, written in javascript, using express for the backend and react+redux for the frontend. -It also can work in offline thanks to redux-offline (without any conflict resolving, though). The code is of somewhat questionable quality, so you probably don't want to look at it. +This is a simple todo list written in javascript using express for the backend and react+redux for the frontend. +It also can work offline, thanks to redux-offline (without any conflict resolving, though). The code is of somewhat questionable quality, so you probably don't want to look at it. + +It is hosted at https://ustk-todolist.herokuapp.com/ however, I do not gurantee it will not be randomly reset/shutdown. ## Getting started