update readme

This commit is contained in:
Robert Soriano
2022-05-17 15:16:12 -07:00
parent f0000a8a91
commit c2001cdbac
2 changed files with 13 additions and 5 deletions

View File

@@ -52,4 +52,10 @@ export const responseMeta = () => {
}
```
Use the client like so:
```html
<script setup lang="ts">
const { data } = await useTrpcQuery('hello')
</script>
```