diff --git a/README.md b/README.md index 4524465..0b64e9d 100644 --- a/README.md +++ b/README.md @@ -178,11 +178,11 @@ Create a test repository and clone it. replace with the hex represen ```bash ./bin/gn repo create test -./bin/gn repo clone :test +./bin/gn repo clone :test ``` You can set write permission for your repository with the following command. replace with the hex represenation of your public key. If you are using a nip05 capable public key you can use the nip05 identifier instead. ```bash -./bin/gn repo permissions test WRITE +./bin/gn repo permission test WRITE ```