From c562d68872ec5ab547fd9bca7ef8b279aa35dc3f Mon Sep 17 00:00:00 2001 From: Bill Chatfield Date: Thu, 7 Sep 2017 16:26:35 -0400 Subject: [PATCH] Fixed formatting of output --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fada569..b3ab4a5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # online This is a program for the Apple II series of computers running ProDOS. It displays all the "online volumes" which means that it displays all the disks that are currently connected to the system, along with their slot and drive numbers. ProDOS provides no built-in way to determine this information from inside the BASIC.SYSTEM command line. Here is an example of the output: -]-ONLINE -S3,D2 /RAM -S7,D1 /SYSTEM -S7,D2 /VISICALC -S6,D1 (NOT A PRODOS DISK) -S6,D2 /ONLINE + ]-ONLINE + S3,D2 /RAM + S7,D1 /SYSTEM + S7,D2 /VISICALC + S6,D1 (NOT A PRODOS DISK) + S6,D2 /ONLINE