Commit d55c56c1ced480439617662e859790d4670b42bd
Committed by
GitHub
1 parent
6da80202
Exists in
master
Update README.md
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -98,7 +98,7 @@ NOTE: this is a requirement for `sdk 26`. This approach should NOT require you t |
98 | 98 | |
99 | 99 | * Add permissions & configure file provider in `AndroidManifest.xml`: |
100 | 100 | |
101 | -```html | |
101 | +```xml | |
102 | 102 | <manifest ...> |
103 | 103 | ...... |
104 | 104 | |
... | ... | @@ -191,7 +191,7 @@ You can use the `accept` attribute on the `<input />` element to control what ty |
191 | 191 | |
192 | 192 | Check out the [example html][example]. |
193 | 193 | |
194 | -### Controlling multiple file selection | |
194 | +### Enable multiple file selection | |
195 | 195 | |
196 | 196 | You can use the `multiple` attribute on the `<input />` element to allow users to select multiple existing files: |
197 | 197 | ... | ... |