From ceeb01a0dca92849c39c399601bac6569d18b878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?And=C5=BEej=20Maciusovi=C4=8D?= Date: Mon, 8 Apr 2019 10:03:43 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 381ab5c..c383422 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ HTTP service should implement GET endpoint returning JSON with buildVersion fiel MY_CI_BUILD_NUMBER=8326 vcheck \ --target=http://staging.my.grpcapi.net \ - --method=/api/version \ + --method=api/version \ --client=http \ --expect=${MY_CI_BUILD_NUMBER} \ --count=12 \ @@ -66,4 +66,4 @@ go GO111MODULE=off go get github.com/c4milo/github-release ```bash make release -``` \ No newline at end of file +```