Eunsu486

Modify README.md

......@@ -25,7 +25,6 @@ https://www.culture.go.kr/data/openapi/openapiView.do?id=519&category=E&gubun=B
1. repository clone 하기
```
$ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git
```
2. .env 파일 추가 (API key 발급)
- .env 파일을 최상위 폴더에 추가
......@@ -33,7 +32,7 @@ $ git clone http://khuhub.khu.ac.kr/open-source-group1/animal-Info.git
- REACT_APP_API_KEY = [키값]
3. 실행
```
```
$ npm install
$ npm run start
```
......