From 0efd0d992d5bd7eca99419f1a8c71fc34da656b3 Mon Sep 17 00:00:00 2001 From: enscribe Date: Fri, 13 Sep 2024 18:44:22 -0700 Subject: [PATCH] chore(readme): update instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1c2aa0..42efa4e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This is a list of the various technologies used to build this website: ## Getting Started -1. Hit “Use this template” to create a new repository in your own GitHub account with this template. +1. Hit “Use this template”, the big green button on the top right, to create a new repository in your own GitHub account with this template. 2. Clone the repository: @@ -66,7 +66,7 @@ This is a list of the various technologies used to build this website: npm run dev ``` -5. Open your browser and visit `http://localhost:1234` to see your blog in action. The following commands are also available: +5. Open your browser and visit `http://localhost:1234` to get started. The following commands are also available: | Command | Description | | ------------------ | --------------------------------------------------------------- | @@ -171,7 +171,7 @@ The blog post schema is defined as follows: ### Authors -Add author information in `src/content/authors/` as Markdown files: +Add author information in `src/content/authors/` as Markdown files. A file named `[author-name].md` can be associated with a blog post if `"author-name"` (the slug) is added to the `authors` field: ```yml ---