Skip to content

Commit d458992

Browse files
authored
chore(readme): fix json documentation
1 parent cd39e58 commit d458992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ pub enum Response {
267267
#### JSON Equivalent
268268

269269
- `"Close"`
270-
- `{ "DesktopEntry": string }`
270+
- `{ "Context": { "id": number, "options": Array<ContextOption> }}`
271+
- `{ "DesktopEntry": { "path": string, "gpu_preference": GpuPreference }}`
271272
- `{ "Update": Array<SearchResult>}`
272273
- `{ "Fill": string }`
273274

0 commit comments

Comments
 (0)