From 7005905cf3e29828c219d07383ec60b98a330367 Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 2 Feb 2020 23:50:34 -0500 Subject: [PATCH] fixed some capitalization issues in the toc --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9ca2893..314d639 100644 --- a/README.md +++ b/README.md @@ -9,33 +9,33 @@ A minimal list manager for people who live on the command line. # Table of Contents -- [Quick Start](#quick-start) -- [Getting Started](#getting-started) +- [Quick start](#quick-start) +- [Getting started](#getting-started) - [Conventions used in this readme](#conventions-used-in-this-readme) - [Platforms](#platforms) - [Requirements](#requirements) - [Downloading Racket](#downloading-racket) - - [To Download and install Racket](#to-download-and-install-racket) - - [Downloading the rodo Source Code](#downloading-the-rodo-source-code) - - [To Download the rodo Source Code](#to-download-the-rodo-source-code) -- [Running rodo from Any Directory](#running-rodo-from-any-directory) + - [To download and install Racket](#to-download-and-install-racket) + - [Downloading the rodo source code](#downloading-the-rodo-source-code) + - [To download the rodo source code](#to-download-the-rodo-source-code) +- [Running rodo from any directory](#running-rodo-from-any-directory) - [Setting up a $PATH](#setting-up-a-path) - [To set up a $PATH](#to-set-up-a-path) - [Adding rodo to your $PATH](#adding-rodo-to-your-path) - [To add rodo to your $PATH](#to-add-rodo-to-your-path) - [Using rodo](#using-rodo) - - [Showing the Help Message](#showing-the-help-message) - - [To Show the Help Message](#to-show-the-help-message) + - [Showing the help message](#showing-the-help-message) + - [To show the help message](#to-show-the-help-message) - [Initializing rodo](#initializing-rodo) - [To initialize rodo](#to-initialize-rodo) - - [Displaying Your List](#displaying-your-list) - - [To Display Your List](#to-display-your-list) - - [Adding an Item to Your List](#adding-an-item-to-your-list) - - [To Add an Item to Your List](#to-add-an-item-to-your-list) - - [Removing an Item from Your List](#removing-an-item-from-your-list) - - [To Remove an Item from Your List](#to-remove-an-item-from-your-list) + - [Displaying your list](#displaying-your-list) + - [To display your list](#to-display-your-list) + - [Adding an item to your list](#adding-an-item-to-your-list) + - [To add an item to your list](#to-add-an-item-to-your-list) + - [Removing an item from your list](#removing-an-item-from-your-list) + - [To remove an item from your list](#to-remove-an-item-from-your-list) - [Configuring rodo](#configuring-rodo) - - [To Configure rodo](#to-configure-rodo) + - [To configure rodo](#to-configure-rodo) - [List of commands](#list-of-commands) - [Usage examples](#usage-examples)