From 3bb59ccd5d6957e16f22a2268f5d0078feadb34e Mon Sep 17 00:00:00 2001 From: yusufrahmatp <yusufrahmatp@gmail.com> Date: Mon, 25 Feb 2019 16:15:08 +0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561d627..26e0df0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Built for ITB-IF3111 class assignment. 2. Install the apk -3. (Optional) To enable push notification, start the backend server by executing at directory backend/ +3. (Optional) To enable push notification, start the backend server by executing at directory `backend/` ``` npm install && node app.js ``` -- GitLab