aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-08 20:27:08 -0700
committerGitHub <[email protected]>2019-08-08 20:27:08 -0700
commit29fdcd0ea68507db8cd9c77105ad177953e8af18 (patch)
treebc1f1cc7725672305900bc4b6f591b4095b2ba95
parentUpdate README.md (diff)
downloaddownload-test-29fdcd0ea68507db8cd9c77105ad177953e8af18.tar.xz
download-test-29fdcd0ea68507db8cd9c77105ad177953e8af18.zip
Update 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>