From 3061813d3d2dc250f9aa372b9678c9d7d43ff3ca Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Sat, 6 May 2017 17:33:23 -0700 Subject: [PATCH] Docs update --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b0e6467..632ac82 100644 --- a/README.rst +++ b/README.rst @@ -86,10 +86,10 @@ Other Supported Formats atari800 ``.car`` format -Example Usage -============= +Usage +===== -Basic usage is:: +:: atrcopy DISK_IMAGE COMMAND @@ -278,7 +278,7 @@ is placed in memory in the order they occur on disk, so there is no requirement that the segments be written to memory in any order and segments do not have to be contiguous. -This example creates a new XEX on a disk that combines the segments of an +This example creates a new ``xex`` on a disk that combines the segments of an already existing executable with some new assembly code. After creating the test image with::