From ac2f1d7b6f6d2f6bcfd3d95587a06f7def4d33fb Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Thu, 14 Mar 2019 17:42:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e649f6..882a367 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ## Building to Docker Hub * run `./build` * when complete you'll see something like this `Your new docker tag: yardstick/micro-services:braid-tagid` -* copy this tag id, and in the yardstick `docker-compose.yml` file change the `image` field to have the new tage, for example: +* 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}