From 30e45f8e47a0cd9ba0811f24e2b61d6b1cab01c7 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Mon, 18 Mar 2019 12:01:46 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3332b22..5e05a24 100755 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ ## Building to Docker Hub * run `./build` -* when complete you'll see something like this `Your new docker tag: yardstick/micro-services:braid-tagid` +* when complete you'll see something like this `Your new docker tag: yardstick/braid:tagid` * copy this tag id, and in the yardstick `docker-compose.yml` file change the `image` field to have the new tag, for example: ``` braid: - image: yardstick/micro-services:braid-{add the new tag here} + image: yardstick/braid:{add the new tag here} environment: VIRTUAL_HOST: ysbraid.localhost HTTPS_METHOD: noredirect