diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-19 09:18:44 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-08-19 09:18:44 +0100 |
| commit | 38d5f056d71f43a175c5ba1f2fd8e08691df27a9 (patch) | |
| tree | 490fca91749f2f3af0b41a2ab39200859619c978 | |
| parent | 94e8af2b27169c0b05e512cec91147f4ae25fa9d (diff) | |
docs: fix readme typo
npub123 missed the n
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | nostr plugin for git | 3 | nostr plugin for git |
| 4 | 4 | ||
| 5 | - clone a nostr repository, or add as a remote, by using the url format nostr://<pub123|nip05-address>/<identifier> | 5 | - clone a nostr repository, or add as a remote, by using the url format nostr://<npub123|nip05-address>/<identifier> |
| 6 | - remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs | 6 | - remote branches beginning with `pr/` are open PRs from contributors; `ngit list` can be used to view all PRs |
| 7 | - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options | 7 | - to open a PR, push a branch with the prefix `pr/` or use `ngit send` for advanced options |
| 8 | - publish a repository to nostr with `ngit init` | 8 | - publish a repository to nostr with `ngit init` |