ShinSeungMin

Edit again README.md

Showing 1 changed file with 20 additions and 33 deletions
1 -[![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/) 1 +[![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/)
2 -[![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/) 2 +[![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 # 3대 멀티플렉스 통합 예매 챗봇 3 # 3대 멀티플렉스 통합 예매 챗봇
4 4
5 5
...@@ -57,8 +57,8 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 ...@@ -57,8 +57,8 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를
57 영화 예매 링크를 받는데 까지는 총 4가지의 단계를 거치게 됩니다! 57 영화 예매 링크를 받는데 까지는 총 4가지의 단계를 거치게 됩니다!
58 58
59 1. 브랜드 선택 59 1. 브랜드 선택
60 -2. 영화관 선택 60 +2. 영화관 선택
61 -2-1. 영화관 세부 선택 61 + 2-1.영화관 세부 선택
62 3. 날짜 선택 62 3. 날짜 선택
63 4. 상영 중인 영화 목록에서 원하는 영화 선택 63 4. 상영 중인 영화 목록에서 원하는 영화 선택
64 64
...@@ -67,29 +67,18 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를 ...@@ -67,29 +67,18 @@ CGV, 롯데시네마, MEGABOX 영화관의 정보를 통합 제공 및 예매를
67 67
68 ## Contributing 68 ## Contributing
69 69
70 -1. 해당 Repository를 Fork합니다. 70 +1. 해당 Repository를 Fork합니다.
71 - 71 +`git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git`
72 -`git fork http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git` 72 +2. Fork한 Repository를 Clone합니다.
73 - 73 +`git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git`
74 -2. Fork한 Repository를 Clone합니다. 74 +3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다.
75 - 75 +`git checkout -b feature/{YourBranchName}`
76 -`git clone http://khuhub.khu.ac.kr/{YourID}/Multiplex_Ticketing_Platform.git` 76 +4. 기능을 구현합니다.
77 - 77 +5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다.
78 -3. 당신이 개발하고자 하는 기능의 Branch를 추가합니다. 78 +`git commit -m 'Add feature {FeatureName}'`
79 - 79 +6. 당신의 Branch를 Push합니다.
80 -`git checkout -b feature/{YourBranchName}` 80 +`git push origin feature/{YourBranchName}`
81 - 81 +7. Pull Request를 엽니다.
82 -4. 기능을 구현합니다.
83 -
84 -5. 당신이 추가한 기능 또는 수정 사항을 Commit합니다.
85 -
86 -`git commit -m 'Add feature {FeatureName}'`
87 -
88 -6. 당신의 Branch를 Push합니다.
89 -
90 -`git push origin feature/{YourBranchName}`
91 -
92 -7. Pull Request를 엽니다.
93 82
94 83
95 ## License 84 ## License
...@@ -99,10 +88,8 @@ Apache License를 사용합니다. LICENSE.txt를 통해 자세한 정보를 확 ...@@ -99,10 +88,8 @@ Apache License를 사용합니다. LICENSE.txt를 통해 자세한 정보를 확
99 88
100 ## Contact 89 ## Contact
101 90
102 -> 임승현 - kevinlsh17@khu.ac.kr 91 +> 임승현 - kevinlsh17@khu.ac.kr
103 - 92 +> 이혜인 - hil0409@khu.ac.kr
104 -> 이혜인 - hil0409@khu.ac.kr 93 +> 신승민 - s091506@khu.ac.kr
105 - 94 +>
106 -> 신승민 - s091506@khu.ac.kr
107 -
108 > Project Link: [http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git](http://khuhub.khu.ac.kr/2021105632/Multiplex_Ticketing_Platform.git) 95 > 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 ...\ No newline at end of file
......