From c41b6a0565c240bacf699815f5346cf77aab0fd5 Mon Sep 17 00:00:00 2001 From: Sasha Melentyev Date: Fri, 4 Feb 2022 17:54:14 +0300 Subject: [PATCH] fix(README): fix faker github link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bdebfa..79d624dc 100644 --- a/README.md +++ b/README.md @@ -1525,7 +1525,7 @@ _**Unofficial** set of patterns for structuring projects._ * [captcha](https://github.com/steambap/captcha) - Package captcha provides an easy to use, unopinionated API for captcha generation. * [conv](https://github.com/cstockton/go-conv) - Package conv provides fast and intuitive conversions across Go types. * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. -* [faker](github.com/neotoolkit/faker) - Fake data generator. +* [faker](https://github.com/neotoolkit/faker) - Fake data generator. * [faker](https://github.com/pioz/faker) - Random fake data and struct generator for Go. * [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans. * [gatus](https://github.com/TwinProduction/gatus) - Automated service health dashboard.