From 8df8866f639e789346e8e164d67d3e3adb64ebdc Mon Sep 17 00:00:00 2001
From: Francesco Ariis <fa-ml@ariis.it>
Date: Wed, 10 Jan 2024 19:47:06 +0100
Subject: [PATCH] Fix italic in README.md

Bold and italic do not mix.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d8142339b4..b03daf3a74 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ https://github.com/haskell/cabal.
 Ways to get the `cabal-install` binary
 --------------------------------
 
-1. _GHCup (**preferred**)_: get GHCup using [the directions on its website](https://www.haskell.org/ghcup/) and run:
+1. _GHCup_ (**preferred**): get GHCup using [the directions on its website](https://www.haskell.org/ghcup/) and run:
 
     ```
     ghcup install --set cabal latest
-- 
GitLab