aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c69ac02..2c36e62 100644
--- a/README.md
+++ b/README.md
@@ -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>