From 796de39762492ad331f9c3f27366cc8c5081500d Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Mon, 29 Dec 2014 16:12:17 -0800 Subject: [PATCH] More prominent demo server link --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9bf7a23e..4130a757b 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ 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 +### Demo [postgrest.herokuapp.com](https://postgrest.herokuapp.com) -Try making requests to the live [demo server](https://postgrest.herokuapp.com) with an HTTP client -such as [postman](http://www.getpostman.com/). The structure of the demo database is defined -by [begriffs/postgrest-example](https://github.com/begriffs/postgrest-example). You can use -it as inspiration for test-driven server migrations in your own projects. +Try making requests to the live demo server with an HTTP client +such as [postman](http://www.getpostman.com/). The structure of the +demo database is defined by +[begriffs/postgrest-example](https://github.com/begriffs/postgrest-example). +You can use it as inspiration for test-driven server migrations in +your own projects. [video placeholder]