From 3682b4fd55a71b675c05b3151f185fd9cf9df409 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sun, 11 Aug 2019 12:54:00 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9cd72a..c558408 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# chtype - change file type command for ProDOS + # chtype - change file type command for ProDOS Build with [ca65](https://cc65.github.io/doc/ca65.html) @@ -12,7 +12,7 @@ CHTYPE pathname[,Ttype][,Aauxtype][,S#][,D#] ``` Examples: -* `CHTYPE` - show current type/auxtype +* `CHTYPE file` - show current type/auxtype * `CHTYPE pic,T$08` - set just type * `CHTYPE file,A$0640` - set just auxtype * `CHTYPE now_basic,TBAS,A$801` - set both type and auxtype