From 1f123b9c456c52e8cb29a24be8923d6f905f8202 Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Tue, 24 Aug 2021 11:54:15 +0300 Subject: [PATCH] Update README as xk6 was moved --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2177941..f39caab 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Altought there is several good JavaScript fake data generator, but using these a The underlying implementation is https://github.com/brianvoe/gofakeit. -Built for [k6](https://go.k6.io/k6) using [xk6](https://github.com/k6io/xk6). +Built for [k6](https://go.k6.io/k6) using [xk6](https://github.com/grafana/xk6). ## Usage @@ -59,7 +59,7 @@ Then: 1. Install `xk6`: ```bash - $ go install github.com/k6io/xk6/cmd/xk6@latest + $ go install go.k6.io/xk6/cmd/xk6@latest ``` 2. Build the binary: