소스 검색

Fix link to file_upload example

Evan Almloff 1 년 전
부모
커밋
472031d1f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -40,7 +40,7 @@ cargo run --example hello_world
 
 [all_events](./all_events.rs) - Basic event handling demo
 
-[filedragdrop](./filedragdrop.rs) - Handle dropped files
+[file upload](./file_upload.rs) - Handle uploading files
 
 [form](./form.rs) - Handle form submission