From 60a311549d1972eb685132b485715d90744d6b08 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sat, 28 Jan 2023 10:23:27 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e69ac..c441e14 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The card enables the Apple II to boot from and write to virtual hard drive image If you have a problem or idea for enhancement, log an issue [here](https://github.com/tjboldt/Apple2-IO-RPi/issues) or start a [discussion](https://github.com/tjboldt/Apple2-IO-RPi/discussions/categories/general). I recommend starring/watching the project for updates on GitHub. You are welcome to fork the project and submit pull requests which I will review. The latest version has an in-memory virtual drive representing current working directory in Linux for ease of copying files between Linux and ProDOS when the drive 1 is not specified as a file. ## Roadmap -See [List of Enhancements](https://github.com/tjboldt/Apple2-IO-RPi/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement+author%3Atjboldt) +See [List of issues tagged roadmap](https://github.com/tjboldt/Apple2-IO-RPi/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap+author%3Atjboldt) ## Setup [Setup card from scratch](https://github.com/tjboldt/Apple2-IO-RPi/discussions/63)