From a5d910500bca82c81731ddac7ce5d3b9a8b8a29c Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Wed, 18 Sep 2019 16:36:52 +0000 Subject: [PATCH] docs: convert console/shell/terminal into shell (#17694) * replace console into shell * replace sh into shell * replace terminal into shell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93f99db..4571946 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti Use the Gatsby CLI to create a new site, specifying the hello-world starter. - ```sh + ```shell # create a new Gatsby site using the hello-world starter gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world ``` @@ -27,7 +27,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti Navigate into your new site’s directory and start it up. - ```sh + ```shell cd my-hello-world-starter/ gatsby develop ```