Skip to content

Commit

Permalink
docs: add TOC to README (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed May 30, 2020
1 parent 79c60d0 commit 4be1463
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ gorilla/csrf is designed to work with any Go web framework, including:
gorilla/csrf is also compatible with middleware 'helper' libraries like
[Alice](https://github.com/justinas/alice) and [Negroni](https://github.com/codegangsta/negroni).

## Contents

* [Install](#install)
* [Examples](#examples)
+ [HTML Forms](#html-forms)
+ [JavaScript Applications](#javascript-applications)
+ [Google App Engine](#google-app-engine)
+ [Setting SameSite](#setting-samesite)
+ [Setting Options](#setting-options)
* [Design Notes](#design-notes)
* [License](#license)

## Install

With a properly configured Go toolchain:
Expand Down

0 comments on commit 4be1463

Please sign in to comment.