seungmin lee

Update README.md

...@@ -37,7 +37,7 @@ cd screensaver_ver1 ...@@ -37,7 +37,7 @@ cd screensaver_ver1
37 ``` 37 ```
38 npm install 38 npm install
39 ``` 39 ```
40 -4. Add AWS KEY to (config.json)[http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver1/config.json] from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) 40 +4. Add AWS KEY to [config.json](http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/config.json) from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/)
41 5. Run 41 5. Run
42 ``` 42 ```
43 nodejs app.js 43 nodejs app.js
...@@ -64,7 +64,7 @@ cd screensaver_ver2 ...@@ -64,7 +64,7 @@ cd screensaver_ver2
64 ``` 64 ```
65 npm install 65 npm install
66 ``` 66 ```
67 -4. Add AWS KEY to (config.json)[http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/config.json] from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) 67 +4. Add AWS KEY to [config.json](http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/config.json) from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/)
68 5. Run 68 5. Run
69 ``` 69 ```
70 node bin/www 70 node bin/www
......