From bb5cbda17e742ce322137fd69d24acf5a2324f18 Mon Sep 17 00:00:00 2001 From: tylerslaton Date: Fri, 1 Mar 2024 14:35:52 -0500 Subject: [PATCH] fix: address typo issue with readme Signed-off-by: tylerslaton --- README.md | 1 + docs/docs/01-overview.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 73ab9a78..ec4631c5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Form and run a SQL query to find the artist with the most number of albums and o the result of that. When done remove the database file and the downloaded content. +``` ```shell $ gptscript ./example.gpt ``` diff --git a/docs/docs/01-overview.md b/docs/docs/01-overview.md index b923790a..68f94afb 100644 --- a/docs/docs/01-overview.md +++ b/docs/docs/01-overview.md @@ -26,6 +26,7 @@ Form and run a SQL query to find the artist with the most number of albums and o the result of that. When done remove the database file and the downloaded content. +``` ```shell $ gptscript ./example.gpt ```