Browse Source

Update README.md

Julien Schmidt 13 years ago
parent
commit
3b8dca5b60
1 changed files with 13 additions and 0 deletions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -6,6 +6,19 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
 
 **Current Version:** October 30, 2012 *(beta release)*
 
+---------------------------------------
+  * [Features](#features)
+  * [Requirements](#requirements)
+  * [Installation](#installation)
+  * [Usage](#usage)
+  * [DSN (Data Source Name)](#dsn-data-source-name)
+    * [Password](#password)
+    * [Protocol](#protocol)
+    * [Address](#address)
+    * [Parameters](#parameters)
+    * [Examples](#examples)
+  * [License](#license)
+
 ---------------------------------------
 
 ## Features