From 591f0eb78d5de33be29d754df564563f292627b9 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 30 Dec 2014 14:52:58 -0800 Subject: [PATCH] Video link --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4130a757b..e655db0de 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PostgREST serves a fully RESTful API from any existing PostgreSQL database. It provides a cleaner, more standards-compliant, faster API than you are likely to write from scratch. -### Demo [postgrest.herokuapp.com](https://postgrest.herokuapp.com) +### Demo [postgrest.herokuapp.com](https://postgrest.herokuapp.com) | Watch [Video](https://begriffs.com/posts/2014-12-30-intro-to-postgrest.html) Try making requests to the live demo server with an HTTP client such as [postman](http://www.getpostman.com/). The structure of the @@ -15,8 +15,6 @@ demo database is defined by You can use it as inspiration for test-driven server migrations in your own projects. -[video placeholder] - ### Usage Download the binary ([OS X](http://bin.begriffs.com/dbapi/osx/postgrest-0.2.4.9.tar.xz) / [Ubuntu](http://bin.begriffs.com/dbapi/heroku/postgrest-0.2.4.9.tar.xz)) and invoke like so: