From 377abbc4bf1d5468ab228750b59a4a78e578d6d5 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 14 Aug 2016 13:34:33 -0700 Subject: [PATCH] Updated README --- README.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f43bbe395..e743133bb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ one of several JavaScript Machines in the [PCjs Project](https://github.com/jeff includes: * [PCx86](/docs/pcx86/), an x86-based IBM PC and PC-compatible emulator -* [PC8080](/modules/pc8080/), a 8080-based machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/), [VT100](pc8080/machine/vt100/)) +* [PC8080](/modules/pc8080/), a 8080-based machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/), [VT100](/devices/pc8080/machine/vt100/)) * [C1Pjs](/docs/c1pjs/), a 6502-based emulation of the Ohio Scientific [Challenger 1P](/devices/c1p/) All PCjs computer simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are diff --git a/index.md b/index.md index 81dfc4fda..7092a3a0b 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ one of several JavaScript Machines in the [PCjs Project](https://github.com/jeff includes: * [PCx86](/docs/pcx86/), an x86-based IBM PC and PC-compatible emulator -* [PC8080](/modules/pc8080/), a 8080-based machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/)) +* [PC8080](/modules/pc8080/), a 8080-based machine emulator (e.g., [Space Invaders](/devices/pc8080/machine/invaders/), [VT100](/devices/pc8080/machine/vt100/)) * [C1Pjs](/docs/c1pjs/), a 6502-based emulation of the Ohio Scientific [Challenger 1P](/devices/c1p/) All PCjs computer simulations are written entirely in [JavaScript](/modules/). No Flash, Java or other plugins are