Skip to content

Commit defa30f

Browse files
committed
Update README and package.json with author information
1 parent 82e1ea9 commit defa30f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Or, if installing from source:
1414

1515
```bash
1616
cd ~/.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
1818
cd node-red-contrib-nostr
1919
npm install
2020
```
@@ -228,3 +228,11 @@ Here's a basic example of subscribing to text notes (kind 1):
228228
## License
229229

230230
This 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)

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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",

0 commit comments

Comments
 (0)