Browse Source

Update README.md

Maurits van der Schee 6 years ago
parent
commit
0779f8a1c7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -852,7 +852,7 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
852 852
 
853 853
 ### File uploads
854 854
 
855
-File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader).
855
+File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader), check out the [example](https://github.com/mevdschee/php-crud-api/blob/master/examples/clients/upload/vanilla.html).
856 856
 
857 857
 ## OpenAPI specification
858 858
 

Loading…
Cancel
Save