김서연

Update README.md

Showing 1 changed file with 8 additions and 14 deletions
1 1
2 -
3 -~~~
4 -# integrated#1의 branch를 clone해오기
5 -git clone -b integrated#1 --single-branch http://khuhub.khu.ac.kr/2018103585/Corona_Vaccination_Medical_Institution.git
6 -cd Corona_Vaccination_Medical_Institution
7 -
8 -
9 -# 본인 이름으로 각자 branch 생성 후 올리기
10 -git checkout -b integrated#1_이름
11 -git add .
12 -git commit -m "커밋메시지"
13 -git push origin integrated#1_이름
14 -~~~
15 -
...\ No newline at end of file ...\ No newline at end of file
2 +## Topic
3 +> 코로나 19 예방접종 의료기관 조회 웹서비스를 제공하는 프로젝트입니다.
4 +
5 +## Member
6 +| 김서연 | 허정용 |
7 +| :----: | :----: |
8 +| [@ksy991018](https://github.com/ksy991018) | [@JeongYougHeo](https://github.com/JeongYougHeo) |
9 +
......