From 277915299f660d1c83d7c1dbab3fd9ba919c01e8 Mon Sep 17 00:00:00 2001
From: Stephanie Brown <sbrown@hopjump.com>
Date: Mon, 6 Jul 2020 03:48:19 -0400
Subject: [PATCH] Remove period in list item link for consistency. (#31243)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c96d3f04f2..aec234e7b2 100644
--- a/README.md
+++ b/README.md
@@ -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`
-- 
GitLab