Skip to content

Commit

Permalink
Fixed TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Aug 4, 2015
1 parent dd40158 commit 722adc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Refer to the [tests](./headerauth_test.go) and the [example](./example/) directo

# Quick start
## Table of Contents
+ [Access key and secret key authentication](./#access-key-and-secret-authorization)
+ [Code](./#code)
+ [Token authentication](./#token-based-authorization)
+ [Code](./#code-1)
+ [HTTP Basic authentication](./#http-basic-authentication)
+ [Code](./#code-2)
+ [Access key and secret key authentication](./README.md#access-key-and-secret-authorization)
+ [Code](./README.md#code)
+ [Token authentication](./README.md#token-based-authorization)
+ [Code](./README.md#code-1)
+ [HTTP Basic authentication](./README.md#http-basic-authentication)
+ [Code](./README.md#code-2)

## Access key and secret authorization
### Usage example
Expand Down

0 comments on commit 722adc6

Please sign in to comment.