You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The above example of the NIP-05 identifier for ben@bengweeks.github.io can be se
41
41
To create a NIP-05 identifier using GitHub:
42
42
43
43
1. Fork this Repository (or create a new one) using GitHub, naming it `yourusername.github.io` (otherwise the Url will be `yourusername.github.io/repository_name` and not the route of your GitHub pages website).
44
-
2. Create a file called `.well-known/nostr.json` (in lower-case) if you are creating a new repositoy rather than forking this and enter your own `"<local-part>": "<public-key>"` as described above.
44
+
2. Create a file called `.well-known/nostr.json` (in lower-case) if you are creating a new repository rather than forking this and enter your own `"<local-part>": "<public-key>"` as described above.
45
45
3. Go to `Settings` for the Repository, and under `Code and automation` choose `Pages`.
46
46
4. Under `Source` > `Build and deployment`, rather than `Deploy from a branch`, choose `GitHub Actions` and `Static HTML` (otherwise you will find the JSON file does not get published).
0 commit comments