diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ You can also **add text** into the `<a>` tag **to create a button.** <a href="/path/to/file/examplefile2.jpg" download>Link text</a> ``` <br></br> -You can also **rename the downloadable file** using the `download=""` variable. +Or you can **rename the downloadable file** using the `download=""` variable. ```html <a href="/path/to/file/examplefile2.jpg" download="August 31 2016 Sales Report">Download the report</a> |