Fix list numbering
This commit is contained in:
parent
0a46fd46bb
commit
911ce8c25a
|
@ -27,7 +27,7 @@ Go to where `Picocrypt.go` is located and create a go.mod:
|
||||||
go mod init Picocrypt
|
go mod init Picocrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
# 5. Install Dependencies
|
# 6. Install Dependencies
|
||||||
Install each of the following modules via `go get -u -v`:
|
Install each of the following modules via `go get -u -v`:
|
||||||
```bash
|
```bash
|
||||||
golang.org/x/crypto
|
golang.org/x/crypto
|
||||||
|
|
Loading…
Reference in New Issue