From ee8f754d7a688e3cab4c5e2ef1c4b6e70b7d7ac1 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 29 Dec 2014 11:45:43 -0800 Subject: [PATCH] Consolidate guides to make them easier to spot --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 01c26aff3..406bf8624 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,13 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing). * Add two-legged auth with OAuth 1.0a(?) * ... the other [issues](https://github.com/begriffs/postgrest/issues) +### Guides + +* [Routing](https://github.com/begriffs/postgrest/wiki/Routing) +* [Versioning](https://github.com/begriffs/postgrest/wiki/API-Versioning) +* [Performance](https://github.com/begriffs/postgrest/wiki/Performance-and-Scaling) +* [Security](https://github.com/begriffs/postgrest/wiki/Security-and-Permissions) + ### Thanks Thanks to [Adam Baker](https://github.com/adambaker) for code