We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b700b commit ad7e757Copy full SHA for ad7e757
2 files changed
src/targets/java/info.js
@@ -2,7 +2,7 @@
2
3
module.exports = {
4
key: 'java',
5
- title: 'JAVA',
+ title: 'Java',
6
extname: '.java',
7
default: 'unirest'
8
}
test/fixtures/available-targets.json
@@ -41,7 +41,7 @@
41
{
42
"key": "unirest",
43
"title": "Unirest",
44
- "link": "http://unirest.io/",
+ "link": "http://unirest.io/nodejs.html",
45
"description": "Lightweight HTTP Request Client Library"
46
47
]
@@ -118,15 +118,15 @@
118
},
119
120
"key": "java",
121
- "title": "JAVA",
+ "title": "Java",
122
"extname": ".java",
123
"default": "unirest",
124
"clients": [
125
126
127
128
"link": "http://unirest.io/java.html",
129
- "description": "Unirest Java interface"
+ "description": "Lightweight HTTP Request Client Library"
130
131
132
0 commit comments