황지민

Update README.md

...@@ -50,7 +50,7 @@ Contributions are what make the open source community such an amazing place to b ...@@ -50,7 +50,7 @@ Contributions are what make the open source community such an amazing place to b
50 <!-- PROCESS --> 50 <!-- PROCESS -->
51 ## Process 51 ## Process
52 1. Recevie city name by user 52 1. Recevie city name by user
53 --> <p><label>지역이름 : </label><input type="text" name="city" placeholder="Input city"></p> 53 +-> "<p><label>"+지역이름 : +"</label><input type="text" name="city" placeholder="Input city"></p>"
54 2. Get data from api 54 2. Get data from api
55 -> url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place; 55 -> url = Dust_URL+Dust_ServiceKey+Dust_URL2+item+Dust_Place;
56 -> request(url,function(error,res,body){} 56 -> request(url,function(error,res,body){}
......