From 92a07f71d448e5a3f59c37a9288dfbdcbfdcacb3 Mon Sep 17 00:00:00 2001 From: Jonathan Schweder Date: Mon, 27 May 2024 15:08:50 +0100 Subject: [PATCH] Update Playground link to use V2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a775e26..5e33194 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Faker requires Go >= 1.11 and < 1.20 for 1.X and Go >= 1.20 for 2.X ## Test it directly from your browser -Start at https://play.golang.org/p/JpTagDGBaHK +Start at [https://play.golang.org/p/JpTagDGBaHK](https://go.dev/play/p/lMAvp_uyM8r) ## Installation