From 6bb4fe83fcd21f361cd814fe66e1787ae0737eea Mon Sep 17 00:00:00 2001
From: I Kadek Yuda Budipratama Giri <13516115@std.stei.itb.ac.id>
Date: Sun, 24 Mar 2019 00:00:52 +0700
Subject: [PATCH] Update README.md

---
 backend/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/backend/README.md b/backend/README.md
index 8da7dce..fc1cf5f 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -13,6 +13,7 @@ npm start
 6. Good luck have fun!
 
 ## File Structure
+```
 src
 +-- config
 |   +-- config.js     (Secret key & expiration JWT. Add Role string here when adding new role.)
@@ -30,4 +31,5 @@ src
 |   +-- verifyJwtToken.js (Middleware functions involving JWT token should go here)
 |   +-- verifySignUp.js   (Middleware functions involving Sign Up)
 +-- app.js
-.env.example (Example of .env file. Please copy this to .env and set it to your env)
\ No newline at end of file
+.env.example (Example of .env file. Please copy this to .env and set it to your env)
+```
\ No newline at end of file
-- 
GitLab