Showing
1 changed file
with
11 additions
and
11 deletions
... | @@ -24,17 +24,17 @@ | ... | @@ -24,17 +24,17 @@ |
24 | 24 | ||
25 | ### Installation | 25 | ### Installation |
26 | 26 | ||
27 | -1. Clone the repository | 27 | +1. Clone the repository<br> |
28 | - ````git clone http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot | 28 | + `git clone http://khuhub.khu.ac.kr/2019102195/Personal_color_chatbot` |
29 | - ```` | 29 | + |
30 | -2. npm install | 30 | +2. npm install <br> |
31 | - ````npm install | 31 | +` npm install` |
32 | - ```` | 32 | + |
33 | -3. Enter your API in app.js | 33 | +3. Enter your API in app.js <br> |
34 | -```` | 34 | + |
35 | -const TOKEN = '라인 챗봇 토큰' | 35 | + `const TOKEN = '라인 챗봇 토큰'`<br> |
36 | -const domain = '발급받은 도메인' | 36 | + `const domain = '발급받은 도메인'` |
37 | -```` | 37 | + |
38 | 38 | ||
39 | ## Usage | 39 | ## Usage |
40 | 40 | ... | ... |
-
Please register or login to post a comment