Skip to content

Commit eac24ba

Browse files
committed
correct casing on nip11 json
1 parent 2427f54 commit eac24ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

conf.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ const CONFIG = `// default configuration file for booger
5353
5454
// exactly how booger will respond to nip-11 requests
5555
"nip11": {
56-
"Name": "booger",
57-
"Description": "a booger relay",
58-
"PubKey": "",
59-
"Contact": "",
60-
"SupportedNIPs": [
56+
"name": "booger",
57+
"description": "a booger relay",
58+
"pubkey": "",
59+
"contact": "",
60+
"supported_nips": [
6161
1,
6262
2,
6363
4,
@@ -72,8 +72,8 @@ const CONFIG = `// default configuration file for booger
7272
33,
7373
40
7474
],
75-
"Software": "https://github.com/stackernews/booger",
76-
"Version": "${VERSION}"
75+
"software": "https://github.com/stackernews/booger",
76+
"version": "${VERSION}"
7777
},
7878
7979
// configuration related to booger plugs

0 commit comments

Comments
 (0)