Skip to content

Commit

Permalink
Add Table of Contents section for Developer's Guide section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Mar 3, 2015
1 parent b0bf1ea commit 88ee6e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ TChannel is the transport of choice for ringpop's gossip and proxying capabiliti
# Developer's Guide
As a developer, you'll want to know how to plug ringpop into your application. The sections below may make this easier for you:

## Table of Contents
* [API](#api)
* [Code Walkthrough](#code-walkthrough)

## API
ringpop provides a straight-forward and minimal API for application developers. The properties, functions and events part of its public interface are documented below. Anything not documented should be considered to result in undefined behavior.

Expand Down

0 comments on commit 88ee6e0

Please sign in to comment.