From 87e72d378834707385bfa514118c31274c6cb141 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 31 Jul 2022 15:03:19 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f50fd2a..e992fab 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ 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 use it as a reference. -Check it out at https://ustk-todolist.herokuapp.com/ - ## Getting started Install dependencies `npm i && cd client && npm i`