Skip to content

Commit c1d1a52

Browse files
committed
update readme
1 parent 99e5aac commit c1d1a52

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,16 @@ Returns a JSON object with the following schema:
261261

262262
```json
263263
[
264-
{
265-
"client": "mobile",
266-
"similar_technologies": null,
267-
"description": "Smartsupp is a live chat tool that offers visitor recording feature.",
268-
"origins": {
269-
"desktop": 22178,
270-
"mobile": 25649
271-
},
272-
"technology": "Smartsupp",
273-
"category": "Live chat"
264+
{
265+
"technology": "Smartsupp",
266+
"category": "Live chat",
267+
"description": "Smartsupp is a live chat tool that offers visitor recording feature.",
268+
"icon": "Smartsupp.svg",
269+
"origins": {
270+
"mobile": 24115,
271+
"desktop": 20250
274272
}
273+
}
275274
]
276275
```
277276

0 commit comments

Comments
 (0)