From 55fe0176bdd4d673ac49dbe3eb3b5515951e4390 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 12 Jan 2017 22:12:37 -0500 Subject: [PATCH] Added a space. Probably need to hold for a better example though. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 972c6a7b7..d928c3380 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Similar effort is put into audio generation. If the real machine normally genera If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k rendering of a composite display and, assuming the emulated machine produces source audio at or above 96Khz, 96,000 individual distinct audio samples a second. Interlaced video also works and looks much as it always did on those machines that produce it. -![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png)![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png) +![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png) ![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png) ## Low Latency