From bf8654c3e1f9ec062b54c9ac3102f6229ea71862 Mon Sep 17 00:00:00 2001 From: Vitor Oliveira Date: Wed, 20 Oct 2021 01:16:04 -0300 Subject: [PATCH] Update README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1b076..9df1b92 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Supported variants: The supported namespaces are the ones that are included on the [RFC 4122](https://datatracker.ietf.org/doc/html/rfc4122#appendix-C). -# How to install +The version v1.1.0 added support to custom namespaces. Please check the [examples](./example.go). + +# How to install the latest version On your golang project, open a shell, paste and execute the following command: `go get github.com/V-H-R-Oliveira/simple-uuid`