From 150177e3de0940ec4818b80e6e2783274d8eff84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20H=C3=BCbner?= Date: Sun, 20 Feb 2022 22:21:15 +0100 Subject: [PATCH] Fix name typo in README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b40c1c..76eae66 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ If you have a problem or idea for enhancement, log an issue [here](https://githu [Update to latest](https://github.com/tjboldt/Apple2-IO-RPi/discussions/65) ## Contributions/Thanks -- Hans Hübner (hanshubner) for help cleaning up schematics -- Scott (figital) for assembling early prototypes and recommending the AT28C64B chip +- Hans Hübner (@hanshuebner) for help cleaning up schematics +- Scott (@figital) for assembling early prototypes and recommending the AT28C64B chip - Philip A. for help with 3.3V conversion -- David Schmenk (dschmenk) for creating his Apple2Pi project, proving that Raspberry Pi can be powered by the Apple II expansion bus -- Wyatt Wong (wyatt-wong) for testing with multiple cards -- (Abysmal) for shell and rpi.command testing -- (bfranske) for suggesting adding the 5V jumper -- Tim Boldt (timboldt) for recommending removing sysfs based GPIO code +- David Schmenk (@dschmenk) for creating his Apple2Pi project, proving that Raspberry Pi can be powered by the Apple II expansion bus +- Wyatt Wong (@wyatt-wong) for testing with multiple cards +- (@Abysmal) for shell and rpi.command testing +- (@bfranske) for suggesting adding the 5V jumper +- Tim Boldt (@timboldt) for recommending removing sysfs based GPIO code ## Similar Project If you prefer having Apple II peripherals control a Raspberry Pi rather than simply using the Raspberry Pi to provide storage, network access and processing to the Apple II, have a look at David Schmenk's excellent [Apple2Pi](https://github.com/dschmenk/apple2pi) project. I am often asked about differences between these two projects. They are similar in some ways but essentially opposite. The Apple2Pi is meant for the primary machine to be the RPi, using the Apple II for it's peripherals. The Apple2-IO-RPi is meant to have the Apple II as the primary machine and just use the RPi for its processing, storage and network.