File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Or, if installing from source:
1414
1515``` bash
1616cd ~ /.node-red
17- git clone https://github.com/yourusername /node-red-contrib-nostr.git
17+ git clone https://github.com/HumanjavaEnterprises /node-red-contrib-nostr.git
1818cd node-red-contrib-nostr
1919npm install
2020```
@@ -228,3 +228,11 @@ Here's a basic example of subscribing to text notes (kind 1):
228228## License
229229
230230This project is licensed under the MIT License - see the LICENSE file for details.
231+
232+ ## Repository
233+
234+ [ https://github.com/HumanjavaEnterprises/node-red-contrib-nostr ] ( https://github.com/HumanjavaEnterprises/node-red-contrib-nostr )
235+
236+ ## Author
237+
238+ [ vveerrgg] ( https://github.com/vveerrgg )
Original file line number Diff line number Diff line change 22 "name" : " node-red-contrib-nostr" ,
33 "version" : " 0.1.0" ,
44 "description" : " A Node-RED node for Nostr protocol integration" ,
5+ "author" : {
6+ "name" : " vveerrgg" ,
7+ "url" : " https://github.com/vveerrgg"
8+ },
59 "scripts" : {
610 "test" : " vitest" ,
711 "test:coverage" : " vitest run --coverage" ,
You can’t perform that action at this time.
0 commit comments