From fcc1799462f3c491adbe360e65c35fb12d1ad368 Mon Sep 17 00:00:00 2001 From: Viktor Fonic Date: Tue, 3 Dec 2019 15:31:13 +0100 Subject: [PATCH] Add Table of Contents --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 762d899c..b447b424 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,29 @@ Pry * [YARD API documentation](http://www.rubydoc.info/gems/pry) * [Wiki](https://github.com/pry/pry/wiki) +Table of Contents +================= + +* [Introduction](#introduction) +* [Key features](#key-features) +* [Installation](#installation) +* [Overview](#overview) + * [Commands](#commands) + * [Navigating around state](#navigating-around-state) + * [Runtime invocation](#runtime-invocation) + * [Command Shell Integration](#command-shell-integration) + * [Code Browsing](#code-browsing) + * [Documentation Browsing](#documentation-browsing) + * [Gist integration](#gist-integration) + * [Edit methods](#edit-methods) + * [Live Help System](#live-help-system) + * [Use Pry as your Rails Console](#use-pry-as-your-rails-console) + * [Syntax Highlighting](#syntax-highlighting) +* [Supported Rubies](#supported-rubies) +* [Contact](#contact) +* [License](#license) +* [Contributors](#contributors) + Introduction ------------