소스 검색

Update README.md

Pierre-Olivier Latour 11 년 전
부모
커밋
4a93b19385
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -55,10 +55,10 @@ int main(int argc, const char* argv[]) {
 }
 ```
 
-Adding File Upload & Download to iOS Apps
-=========================================
+Adding File Upload to iOS Apps
+==============================
 
-GCDWebUploader is a subclass of GCDWebServer that provides an HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using their web browser.
+GCDWebUploader is a subclass of GCDWebServer that provides a ready-to-use HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using a clean user interface in their web browser.
 
 Simply instantiate and run a GCDWebUploader instance then visit http://{YOUR-IOS-DEVICE-IP-ADDRESS}/ from your web browser: