diff --git a/README.md b/README.md
index 90f585c..a518afc 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
Table of Contents
- [Overview](#overview)
-- [Basic Hero mdbook Commands](#basic-hero-mdbook-commands)
+- [Basic Hero mdBook Commands](#basic-hero-mdbook-commands)
- [Install and Use Hero](#install-and-use-hero)
-- [Create a new mdbook](#create-a-new-mdbook)
+- [Create a New mdBook](#create-a-new-mdbook)
- [Notes for Repo Owners](#notes-for-repo-owners)
## Overview
@@ -14,7 +14,7 @@ This repository contains TFGrid docs in the form of mdbooks generated with the [
To see the whole list of books, check the [heroscript directory](./heroscript).
-## Basic Hero mdbook Commands
+## Basic Hero mdBook Commands
Once Hero is set on your machine, you can run the following commands to preview mdbooks on your local browser:
@@ -36,11 +36,11 @@ Once Hero is set on your machine, you can run the following commands to preview
## Install and Use Hero
-To install and use Hero on a full VM running on the grid, read the [full VM guide](./docs/hero_mdbook_fullvm.md).
+To install and use Hero on a full VM running on the grid, read the [full VM guide](./docs/hero_fullvm.md).
-## Create a new mdbook
+## Create a New mdBook
-To create a new mdbook, read the [mdbook creation guide](./docs/hero_create_mdbook.md).
+To create a new mdbook, read the [mdbook creation guide](./docs/hero_create_mdbooks.md).
## Notes for Repo Owners