From d4589925caeab9b3c00dc186c7544d4b090b87db Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Fri, 17 Jan 2025 09:47:15 -0600 Subject: [PATCH] chore(readme): fix json documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54fefcb..077dca6 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,8 @@ pub enum Response { #### JSON Equivalent - `"Close"` -- `{ "DesktopEntry": string }` +- `{ "Context": { "id": number, "options": Array }}` +- `{ "DesktopEntry": { "path": string, "gpu_preference": GpuPreference }}` - `{ "Update": Array}` - `{ "Fill": string }`