From f82e809218c326e7a5b42d627bfa3875099547fc Mon Sep 17 00:00:00 2001 From: Aearnus Date: Sat, 26 May 2018 12:34:36 -0700 Subject: [PATCH] Removed stars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab04add..bd4cf98 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Everything that this module exposes is in [src/DSL/SixtyFiveOhTwo.hs](https://gi ## What is this? -This is an **e**mbedded **D**omain **S**pecific **L**anguage **** that allows a user to write code that runs on the 65C02 CPU. This is the CPU that runs devices such as the Apple II, Commodore 64, or the NES. +This is an **e**mbedded **D**omain **S**pecific **L**anguage that allows a user to write code that runs on the 65C02 CPU. This is the CPU that runs devices such as the Apple II, Commodore 64, or the NES. ## What does the language provide me?