diff options
| author | Stephanie Brown <[email protected]> | 2020-07-06 03:48:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-06 08:48:19 +0100 |
| commit | 277915299f660d1c83d7c1dbab3fd9ba919c01e8 (patch) | |
| tree | 38818fb0520ac374f6d37a55d84a3ad42fab66dc | |
| parent | 7cedb8eeae669e749ed5087e8bd025aa6e58626f (diff) | |
| download | bootstrap-277915299f660d1c83d7c1dbab3fd9ba919c01e8.tar.xz bootstrap-277915299f660d1c83d7c1dbab3fd9ba919c01e8.zip | |
Remove period in list item link for consistency. (#31243)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Our default branch is for development of our upcoming Bootstrap 5 release. Head Several quick start options are available: -- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v5.0.0.zip) +- [Download the latest release](https://github.com/twbs/bootstrap/archive/v5.0.0.zip) - Clone the repo: `git clone https://github.com/twbs/bootstrap.git` - Install with [npm](https://www.npmjs.com/): `npm install bootstrap@next` - Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap@next` |
