From 86c3ed396399cf27b75d4220d0070243a354d5c1 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Fri, 29 Mar 2024 18:00:45 +0000 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c1790..c180625 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ TODO 4. Put the frontend files inside the `public` directory. 5. If you decided to use [Soapbox](https://dl.soapbox.pub/), remove the `meta http-equiv="content-security-policy"` from the `index.html` file. 6. Create an `.env` file. -7. Define `DITTO_NSEC=` in your .env file. You can generate an nsec by installing [nak](https://github.com/fiatjaf/nak) and running `nak key generate | nak encode nse`. +7. Define `DITTO_NSEC=` in your .env file. You can generate an nsec by installing [nak](https://github.com/fiatjaf/nak) and running `nak key generate | nak encode nsec`. 8. Run `deno task dev` ## License