From 635e7cafee24e298c73d3adefc0f27ff9fe905d3 Mon Sep 17 00:00:00 2001
From: David Banks <dave@hoglet.com>
Date: Fri, 15 Jul 2016 16:50:08 +0100
Subject: [PATCH] Updated Home (markdown)

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

diff --git a/Home.md b/Home.md
index 0cb9a5a..625ce09 100644
--- a/Home.md
+++ b/Home.md
@@ -1,6 +1,6 @@
 ### Overview
 
-This project is an open-source In-Circuit Emulator for the 6502, 65C02, Z80, 6809 and 6809E 8-bit processors, using an off-the-shelf programmable hardware device, called a GODIL, that can be purchased here for just over $50. The device plugs into your CPU socket, replacing the CPU, and you can control it over a serial connection to debug your software or hardware.
+This project is an open-source _in-circuit emulator_ for the 6502, 65C02, Z80, 6809 and 6809E 8-bit processors, built using an off-the-shelf programmable hardware device called a GODIL that can be purchased for just over $50. The device plugs into your CPU socket, replacing the CPU, and you can control it over a serial connection to debug your software or hardware.
 
 ### What is In Circuit Emulation?