From 8deec37d1511c4d47decb0511549264191e3c754 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 20 Nov 2023 10:39:58 +0000 Subject: [PATCH] chore: update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 993154201..c7888b961 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Snort supports the following NIP's: - [x] NIP-25: Reactions - [x] NIP-26: Delegated Event Signing (Display delegated signings only) - [x] NIP-27: Text note references -- [ ] NIP-28: Public Chat +- [x] NIP-28: Public Chat - [x] NIP-30: Custom Emoji - [x] NIP-31: Alt tag for unknown events - [x] NIP-36: Sensitive Content @@ -43,7 +43,7 @@ Snort supports the following NIP's: - [x] NIP-59: Gift Wrap - [x] NIP-65: Relay List Metadata - [x] NIP-75: Zap Goals -- [ ] NIP-78: App specific data +- [x] NIP-78: App specific data - [ ] NIP-89: App handlers - [x] NIP-94: File Metadata - [x] NIP-98: HTTP Auth @@ -58,7 +58,7 @@ To run the application, use $ yarn start ``` -To build the application and nostr package, use +To build the application and system packages, use ``` $ yarn build @@ -73,8 +73,7 @@ Translations are managed on [Crowdin](https://crowdin.com/project/snort) To extract translations run: ```bash -yarn workspace @snort/app intl-extract -yarn workspace @snort/app intl-compile +yarn pre:commit ``` This will create the source file `packages/app/src/translations/en.json`