From 88ac9f088619a81b29172ecc19b3baa2b6c77ffb Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 28 Oct 2018 16:11:33 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fd7ac..21084d0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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. +Check it out at https://ustk-todolist.herokuapp.com/ ## Getting started