Skip to content

Commit

Permalink
more readme words
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Feb 15, 2024
1 parent 37213b3 commit 47dfd21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ cargo test --workspace --all-targets --exclude seed-keeper-wit-ui

We need to `--exclude` the `seed-keeper-wit-ui` from tests because it's `crate-type` is both `cdylib` (for `cargo component build` step) and `lib` (so that `events` can be exported), however this setup breaks `cargo test`.

---

# FUTURE PLANS:
# Extensibility: Buidl your own wallet

## Plugins

Expand Down

0 comments on commit 47dfd21

Please sign in to comment.