diff --git a/README.md b/README.md index 5d2b356..f319e80 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Nostr NIP-44 encryption code +Can be used as a library in your project. Run `cargo doc` to document public interfaces. To test and benchmark: - -```` +``` cargo test --release -- --nocapture ```