Skip to content

Commit 050f565

Browse files
authored
Fix typo
1 parent 23f3228 commit 050f565

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need another feature? Open an [issue](https://github.com/zenitria/bananogo/i
1919
## Installation
2020
Use `go get` to install the package.
2121
```bash
22-
go get github.com/zenitria/bannanogo@latest
22+
go get github.com/zenitria/bananogo@latest
2323
```
2424

2525
## Example usage
@@ -247,4 +247,4 @@ banano, err := bananogo.RawToBanano(raw)
247247
The `AddressIsValid` function checks if a wallet address is valid. It requires the address. It returns a boolean.
248248
```go
249249
isValid := bananogo.AddressIsValid(address)
250-
```
250+
```

0 commit comments

Comments
 (0)