Minkyung Ko

Update READme.md

Showing 1 changed file with 12 additions and 11 deletions
......@@ -14,9 +14,12 @@
1. [About The Project](#about-the-project)
2. [Built With](#built-with)
3. [Roadmap](#roadmap)
4. [Contributing](#contributing)
5. [Contact](#contact)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Roadmap](#roadmap)
6. [Contributing](#contributing)
7. [Contact](#contact)
......@@ -44,14 +47,12 @@
## Installation
_Below is how to install our peoject._
1. Clone the repo
```sh
```
git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
```
2. Install NPM packages
```sh
```
npm install
```
......@@ -62,14 +63,14 @@ _Below is how to install our peoject._
<!-- USAGE EXAMPLES -->
## Usage
1. "MBTI 챗봇" 채널을 추가해 주세요.
* link: <http://pf.kakao.com/_jAjtb>
* "MBTI 챗봇" 채널을 추가해 주세요.
link: <http://pf.kakao.com/_jAjtb>
<img src="channel.jpg" width="270px" height="450px"></img><br/>
2. 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
* 채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
<img src="channel.jpg" width="300px" height="300px"></img><br/>
3. 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
* 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
<p align="right">(<a href="#top">back to top</a>)</p>
......