ShinSeungMin

Edit again README.md

Showing 1 changed file with 20 additions and 33 deletions
[![node](https://img.shields.io/badge/Node-v16.15.0-important?logo=nodedotjs)](https://nodejs.org/ko/) [![express](https://img.shields.io/badge/Express-4.18.1-important?logo=express)](https://expressjs.com/ko/)
[![puppeteer](https://img.shields.io/badge/puppeteer-v14.1.1-success?logo=Puppeteer)](https://github.com/puppeteer/puppeteer) [![selenium-webdriver](https://img.shields.io/badge/selenium--webdriver-v4.1.2-success?logo=Selenium)](https://www.selenium.dev/documentation/webdriver/) [![express-async-handler](https://img.shields.io/badge/express--async--handler-v1.2.0-success)](https://www.npmjs.com/package/express-async-handler) [![cheerio](https://img.shields.io/badge/cheerio-v1.0.0--rc.11-success)](https://cheerio.js.org/)
[![node](https://img.shields.io/badge/Node-v16.15.0-important?logo=nodedotjs)](https://nodejs.org/ko/) [![express](https://img.shields.io/badge/Express-4.18.1-important?logo=express)](https://expressjs.com/ko/)
[![puppeteer](https://img.shields.io/badge/puppeteer-v14.1.1-success?logo=Puppeteer)](https://github.com/puppeteer/puppeteer) [![selenium-webdriver](https://img.shields.io/badge/selenium--webdriver-v4.1.2-success?logo=Selenium)](https://www.selenium.dev/documentation/webdriver/) [![express-async-handler](https://img.shields.io/badge/express--async--handler-v1.2.0-success)](https://www.npmjs.com/package/express-async-handler) [![cheerio](https://img.shields.io/badge/cheerio-v1.0.0--rc.11-success)](https://cheerio.js.org/)
# 3대 멀티플렉스 통합 예매 챗봇
......@@ -57,8 +57,8 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를
영화 예매 링크를 받는데 까지는 총 4가지의 단계를 거치게 됩니다!
1. 브랜드 선택
2. 영화관 선택
2-1. 영화관 세부 선택
2. 영화관 선택
2-1.영화관 세부 선택
3. 날짜 선택
4. 상영 중인 영화 목록에서 원하는 영화 선택
......@@ -67,29 +67,18 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를
## Contributing
1. 해당 Repository를 Fork합니다.
`git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git`
2. Fork한 Repository를 Clone합니다.
`git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git`
3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다.
`git checkout -b feature/{YourBranchName}`
4. 기능을 구현합니다.
5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다.
`git commit -m 'Add feature {FeatureName}'`
6. 당신의 Branch를 Push합니다.
`git push origin feature/{YourBranchName}`
7. Pull Request를 엽니다.
1. 해당 Repository를 Fork합니다.
`git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git`
2. Fork한 Repository를 Clone합니다.
`git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git`
3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다.
`git checkout -b feature/{YourBranchName}`
4. 기능을 구현합니다.
5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다.
`git commit -m 'Add feature {FeatureName}'`
6. 당신의 Branch를 Push합니다.
`git push origin feature/{YourBranchName}`
7. Pull Request를 엽니다.
## License
......@@ -99,10 +88,8 @@ Apache License를 사용합니다. LICENSE.txt를 통해 자세한 정보를 확
## Contact
> 임승현 - kevinlsh17@khu.ac.kr
> 이혜인 - hil0409@khu.ac.kr
> 신승민 - s091506@khu.ac.kr
> 임승현 - kevinlsh17@khu.ac.kr
> 이혜인 - hil0409@khu.ac.kr
> 신승민 - s091506@khu.ac.kr
>
> Project Link: [http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git](http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git)
\ No newline at end of file
......