From 4add2c57eb2ff659a5d1c218c7f0cf0bdac46bfa Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 1 Jun 2020 12:02:01 +0100 Subject: [PATCH] Tweaked readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71a9c57..7875bab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bullet Train in Docker -You can use this repo to set up an entire Bullet Train environment locally. Just clone the repo and run docker-compose: +You can use this repo to set up an entire [Bullet Train Feature Flag](https://bullet-train.io) environment locally. Just clone the repo and run docker-compose: ```bash git clone https://github.com/BulletTrainHQ/bullet-train-docker.git @@ -11,5 +11,5 @@ Wait for the images to download and run, then visit `http://localhost:8080/`. As For more information, please visit: -- [Bullet Train Feature Flag Homepage](https://www.bullet-train.io) +- [Bullet Train Feature Flag Homepage](https://bullet-train.io) - [Bullet Train Documentation](https://docs.bullet-train.io/)