From 62b985f49cc56cabc56aa4406eefe6c1e834bf93 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 1 Nov 2021 21:44:52 +0000 Subject: [PATCH] Update README.md --- cmd/micro/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/README.md b/cmd/micro/README.md index 599cfd2c..e07cad89 100644 --- a/cmd/micro/README.md +++ b/cmd/micro/README.md @@ -9,7 +9,7 @@ Micro CLI is the command line interface for developing [Go Micro][1] projects. Installation is done by using the [`go install`][3] command. ```bash -go install go-micro.dev/v4/cmd/micro@latest +go install go-micro.dev/v4/cmd/micro@master ``` Let's create a new service using the `new` command.