From 028e8c76ce6622de760b103a97178916cee672f6 Mon Sep 17 00:00:00 2001 From: Fiona Tay Date: Wed, 17 Apr 2013 19:30:16 -0700 Subject: [PATCH] correct typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ce25081..51aff3cc 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ use foreman: Now you can open [localhost:5000](http://localhost:5000) -By default it uses official API at `https://api.travis-ci.org`, but you -can set your own enpoint using: +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