From 704d3ce8ef99992ea56667eefb31dd8060803ae1 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 3e20856..d81b3e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A k6 extension enables k6 tests to comfortably parse CSV values. The underlying implementation is https://github.com/gocarina/gocsv -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 @@ -37,7 +37,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: