From 572fde30d73a573e1ab643b5b8d254194f4adc50 Mon Sep 17 00:00:00 2001 From: Mark Moxon Date: Sun, 4 Sep 2022 23:07:18 +0100 Subject: [PATCH] Add bullet points to main links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b824e03..00172f3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This repository contains a patch for Commodore 64 Elite that drastically improves the quality of the graphics. It does this by removing flicker from the ship-drawing routines. -To play the flicker-free version, see the section on [playing flicker-free Commodore 64 Elite](#playing-flicker-free-commodore-64-elite). +* To play the flicker-free version, see the section on [playing flicker-free Commodore 64 Elite](#playing-flicker-free-commodore-64-elite). -To read about how the patch weaves its magic, see the section on [how the patch works](#how-the-patch-works). +* To read about how the patch weaves its magic, see the section on [how the patch works](#how-the-patch-works). -If you are interested in building and applying the patch yourself, see the section on [building the patch](#building-the-patch). +* If you are interested in building and applying the patch yourself, see the section on [building the patch](#building-the-patch). The code in the patch has been backported from the BBC Master version of Elite, so it is 100% Bell & Braben code that's making its first appearance on the Commodore 64.