From 741ccb4cce1566540387c94b804c55281c2e309f Mon Sep 17 00:00:00 2001 From: bakhirev Date: Sun, 25 May 2025 23:21:52 +0300 Subject: [PATCH] update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9480706..52b25b5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Visualization and analysis of git commit statistics. Performance tool for Team L - [Use the library PHP](#link-14) - [Use the library Python](#link-15) - [Use the library Ruby](#link-16) - - [Use the library Goland](#link-165) + - [Use the library Go](#link-165) - [Use source code](#link-17) - [How to rebuild the HTML report from source code?](#link-18) - [How to view a report on a group of microservices?](#link-19) @@ -96,7 +96,7 @@ Ruby: gem install assayo assayo ``` -Goland: +Go: ``` go get github.com/bakhirev/assayo go install github.com/bakhirev/assayo @@ -167,7 +167,7 @@ Or open a saved file and manually change the encoding to UTF-8. - run `assayo` - open `./assayo/index.html` -#### Use the library Goland +#### Use the library Go - run `go get github.com/bakhirev/assayo` - run `go install github.com/bakhirev/assayo` - run `assayo`