README.md in pact_broker-1.14.0 vs README.md in pact_broker-1.15.0

- old
+ new

@@ -78,20 +78,25 @@ ## Usage ### To have a play around on your local machine -* Install ruby 1.9.3 or later and bundler >= 1.12.0 +* Install ruby 1.9.3 or later and bundler >= 1.12.0 (NOTE! Currently broken on ruby 2.4.0. See [issue 78](https://github.com/bethesque/pact_broker/issues/78). ) * Run `git clone git@github.com:bethesque/pact_broker.git && cd pact_broker/example` * Run `bundle` * Run `bundle exec rackup -p 8080` * Open [http://localhost:8080](http://localhost:8080) and you should see a list containing the pact between the Zoo App and the Animal Service. * Click on the arrow to see the generated HTML documentation. * Click on either service to see an autogenerated network diagram. * Click on the HAL Browser link to have a poke around the API. * Click on the book icon under "docs" to view documentation related to a given relation. +### Hosted + +In a hurry? Hate having to run your own infrastructure? Check out +the [Hosted Pact Broker](https://pact.dius.com.au/?utm_source=github&utm_campaign=GITHUB_BROKER&utm_medium=github) - it's fast, it's secure and it's free! + ### For reals You can use the [Pact Broker Docker container][docker] or [Terraform on AWS][terraform] or to roll your own... * Create a database using a product that is supported by the Sequel gem (listed on this page http://sequel.jeremyevans.net/rdoc/files/README_rdoc.html). The migrations have been tested on MySQL and PostgreSQL - your milage will vary on other databases. @@ -107,6 +112,5 @@ [pact]: https://github.com/realestate-com-au/pact [nerf]: https://github.com/bethesque/pact_broker/wiki/pact-broker-ci-nerf-gun [different-teams]: https://github.com/realestate-com-au/pact/wiki/Using-pact-where-the-consumer-team-is-different-from-the-provider-team [docker]: https://registry.hub.docker.com/u/dius/pact_broker/ [terraform]: https://github.com/nadnerb/terraform-pact-broker -