From 03613e2f8ee575033c58acbb041813bab1169a43 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sun, 22 Mar 2015 20:27:54 -0700 Subject: [PATCH] Add link to tutorial Thanks @prio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2bd4abed..f455c7064 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ and the [guide to 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) +* [Tutorial](http://blog.jonharrington.org/postgrest-introduction/) (external) ### Thanks @@ -162,3 +163,4 @@ and the [guide to routing](https://github.com/begriffs/postgrest/wiki/Routing). wonderful [Hasql](https://github.com/nikita-volkov/hasql) library and helping me use it * [Mikey Casalaina](https://github.com/casalaina) for the cool logo +* [Jonathan Harrington](https://github.com/prio) for writing a nice tutorial