Skip to content

Commit e372cfa

Browse files
committed
wip
1 parent 7518a81 commit e372cfa

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

+5-16
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,13 @@ Example of a batch JSON file (_repositories.json_):
6161
```json
6262
[
6363
{
64-
"id": 1,
65-
"name": "spatie/url",
66-
"description": "test",
67-
"stars": 66,
68-
"downloads": 14414,
69-
"type": "package",
70-
"language": "PHP",
71-
"visible": 1
64+
"name": "permafrost-dev/node-ray"
7265
},
7366
{
74-
"id": 2,
75-
"name": "spatie/once",
76-
"description": "test",
77-
"stars": 67,
78-
"downloads": 14456,
79-
"type": "package",
80-
"language": "PHP",
81-
"visible": 1
67+
"name": "permafrost-dev/vue-ray"
68+
},
69+
{
70+
"name": "permafrost-dev/alpinejs-ray"
8271
}
8372
]
8473
```

0 commit comments

Comments
 (0)