diff --git a/DESIGN.md b/DESIGN.md index 86f9c26..79742fb 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -4,7 +4,7 @@ All used nostr kinds are listed on the top of [kinds.rs](./src/kinds.rs) -Mostr mainly uses the following NIPs: +Mostr mainly uses the following [NIPs](https://github.com/nostr-protocol/nips): - Kind 1 for task descriptions and permanent tasks, can contain task property updates (tags, priority) - Issue Tracking: https://github.com/nostr-protocol/nips/blob/master/34.md diff --git a/README.md b/README.md index 6886e2a..e2de0d7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First, start a nostr relay, such as - https://github.com/coracle-social/bucket for local development - https://github.com/rnostr/rnostr for production use -Install rustup and run a development build with: +Install rust(up) and run a development build with: cargo run