From dbba1835648ab344479e5108c30727377af98345 Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Sat, 25 Jan 2014 09:08:30 -0500 Subject: [PATCH] Change port for localhost example [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c7f90c7..987da786 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ By default it uses the official API at `https://api.travis-ci.org`, but you can customize the API server URL using: - API_ENDPOINT="http://localhost:300/" bundle exec foreman start + API_ENDPOINT="http://localhost:3000/" bundle exec foreman start This will run against API run locally.