Update README

This commit is contained in:
Mike Dilger
2023-10-01 10:38:37 +13:00
parent fec5da953c
commit 1e66ba0166
+2 -2
View File
@@ -1,8 +1,8 @@
Nostr NIP-44 encryption code 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: To test and benchmark:
```
````
cargo test --release -- --nocapture cargo test --release -- --nocapture
``` ```