diff options
| author | s1n <[email protected]> | 2019-08-08 20:27:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-08 20:27:08 -0700 |
| commit | 29fdcd0ea68507db8cd9c77105ad177953e8af18 (patch) | |
| tree | bc1f1cc7725672305900bc4b6f591b4095b2ba95 | |
| parent | Update README.md (diff) | |
| download | download-test-29fdcd0ea68507db8cd9c77105ad177953e8af18.tar.xz download-test-29fdcd0ea68507db8cd9c77105ad177953e8af18.zip | |
Update 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> |