update readme

This commit is contained in:
Robert Soriano
2022-05-19 01:37:45 -07:00
parent 4f2f88bea2
commit 38fb3edf22
2 changed files with 10 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ const client = useClient() // auto-imported
const users = await client.query('getUsers')
const addUser = async () => {
const mutate = await client.mutation('createUser', {
const newUser = await client.mutation('createUser', {
name: 'wagmi'
})
}