From c2001cdbacc083043ebe6de2e6278a13a6d6bb46 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 17 May 2022 15:16:12 -0700 Subject: [PATCH] update readme --- README.md | 6 ++++++ playground/app.vue | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa1019a..2ea3e10 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,10 @@ export const responseMeta = () => { } ``` +Use the client like so: +```html + +``` diff --git a/playground/app.vue b/playground/app.vue index 5d0e327..fdcf743 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -1,14 +1,16 @@