From 6cd87813133a5f377b80dc6dd7a8991f25cdfd7b Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 7 Aug 2021 19:07:17 -0400 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 6ca4051..d90650b 100644 --- a/src/README.md +++ b/src/README.md @@ -24,7 +24,7 @@ Download the source file `Picocrypt.go` from above or `git clone` this repositor Place all the files in the `resources/` directory in the same directory as `Picocrypt.go`. # 5. Create a go.mod: -Go to where `Picocrypt.go` is located and initialize Go: +Go to where `Picocrypt.go` is located and create a go.mod: ```bash go mod init Picocrypt ```