From 1cd1c7a8218bdcc68ee6add2f9e7f197e74ac7da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk>
Date: Wed, 11 Jan 2023 16:48:45 +0000
Subject: [PATCH] docs(install): fix formatting

---
 docs/source/INSTALL.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/INSTALL.md b/docs/source/INSTALL.md
index 3633941f..f2374102 100644
--- a/docs/source/INSTALL.md
+++ b/docs/source/INSTALL.md
@@ -53,8 +53,8 @@ NOTE: Support for OMERO servers in GNU/Linux computers requires building ZeroC-I
 ### FAQ
 - Installation fails during zeroc-ice compilation (Windows and MacOS).
 
-  - Windows
-  The simplest way to install it is using conda (or mamba). You can install the (OMERO) network components separately:
+
+For Windows, the simplest way to install it is using conda (or mamba). You can install the (OMERO) network components separately:
 
     $ conda create -n aliby -c conda-forge python=3.8 omero-py
     $ conda activate aliby
-- 
GitLab