From 77ccf8bb67a64f325a4a8c2a724fcdb0ce6c8404 Mon Sep 17 00:00:00 2001 From: Wesley Yan Soares Brehmer <102262759+simplyYan@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:08:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b2d90e..7d5769d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ W7DTH is an encryption library for Go, designed to be easy, fast, lightweight an ## 📦 How to download You can use "go get" to install W7DTH in your Go project. To do this, make sure you already have a module (go mod). You can download it using the command: ```bash -go get github.com/simplyYan/W7DTH +go get -u github.com/simplyYan/W7DTH ``` ## 📖 DOCUMENTATION