From cdfa848f46e1ac1223acb51286c115dcb172bfa9 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 18 Feb 2024 17:05:48 -0600 Subject: [PATCH] format examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b8928..7da72e6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In all examples, the Clyde prompt is written as follows: ▷ ``` -1. Run a built-in command: +### Run a built-in command Built-in commands are invoked by executing them with a bare string @@ -19,7 +19,7 @@ c:\dev\clyde ▷ cd src c:\dev\clyde\src ▷ ``` -2. Run an external command: +### Run an external command External commands are invoked in the same way: