Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
kevinheavey committed Jul 29, 2024
1 parent 15c81b9 commit b7df108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/five8_const/README.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ the `_unwrap` functions are more useful for declaring constants:
const EXAMPLE: [u8; 32] = five8_const::decode_32_const("JEKNVnkbo3jma5nREBBJCDoXFVeKkD56V3xKrvRmWxFF");
```

If you want to base58 encoding or decoding at runtime,
If you want to do base58 encoding or decoding at runtime,
just use the [five8](https://github.com/kevinheavey/five8/tree/main/crates/five8)
crate. It's faster.

0 comments on commit b7df108

Please sign in to comment.