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 ```