diff --git a/README.md b/README.md index 7560285..46c14b8 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ Purescript PostgreSQL driver ## Table of Contents - [Getting Started](#getting-started) - [Data](#data) - - [Rows](#data-rows) - - [Ranges](#data-ranges) + - [Rows](#data---rows) + - [Ranges](#data---ranges) - [Queries](#queries) - - [Builder](#queries-builder) + - [Builder](#queries---builder) - [Monads](#monads) - - [`PostgresT`](#monads-postgrest) - - [`SessionT`](#monads-sessiont) - - [`CursorT`](#monads-cursort) + - [`PostgresT`](#monads---postgrest) + - [`SessionT`](#monads---sessiont) + - [`CursorT`](#monads---cursort) - [`node-postgres` style](#node-postgres-style) ## Getting Started