Eunsu486

Modify README.md

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