홍지윤

Update README.md

...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
34 $ cd Mapmory 34 $ cd Mapmory
35 $ npm install 35 $ npm install
36 36
37 +----------------
37 Input google map key(partials/showmap.ejs and partials/gmap.ejs) 38 Input google map key(partials/showmap.ejs and partials/gmap.ejs)
38 <img src = "https://user-images.githubusercontent.com/73929383/120812504-fd8c0180-c587-11eb-9258-e99adec55714.PNG" width="550" height = "110"> 39 <img src = "https://user-images.githubusercontent.com/73929383/120812504-fd8c0180-c587-11eb-9258-e99adec55714.PNG" width="550" height = "110">
39 40
...@@ -44,11 +45,12 @@ ...@@ -44,11 +45,12 @@
44 <img src= "https://user-images.githubusercontent.com/73929383/120813437-d7b32c80-c588-11eb-9d52-4ef570212d85.PNG" width = "550" height = "120"> 45 <img src= "https://user-images.githubusercontent.com/73929383/120813437-d7b32c80-c588-11eb-9d52-4ef570212d85.PNG" width = "550" height = "120">
45 46
46 47
47 -
48 -
49 $ node index.js 48 $ node index.js
50 49
51 -If it does not work well 50 +<br/>
51 +<br/>
52 +----------------
53 +If ``` node index.js ``` does not work well
52 54
53 $ npm install nodemon-g 55 $ npm install nodemon-g
54 56
...@@ -60,7 +62,9 @@ At package.json, add ``` "start" : "nodemon index.js" ``` ...@@ -60,7 +62,9 @@ At package.json, add ``` "start" : "nodemon index.js" ```
60 } 62 }
61 63
62 $ npm start 64 $ npm start
63 - 65 +----------------
66 +<br/>
67 +<br/>
64 68
65 ### Dependency 69 ### Dependency
66 ----------------- 70 -----------------
......