Update README.md

This commit is contained in:
Evan Su 2021-08-07 19:07:17 -04:00 committed by GitHub
parent 3d7c811377
commit 6cd8781313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```