Skip to content

Commit

Permalink
chore(readme): fix typo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesm131 authored Dec 15, 2020
1 parent 3cd72aa commit 52c582f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const { $fetch } = require('ohmyfetch/node')

## ✔️ Parsing Response

`$fetch` Smartly parses JSON and native valuesusing [destr](https://github.com/nuxt-contrib/destr) and fallback to text if cannot parse
`$fetch` Smartly parses JSON and native values using [destr](https://github.com/nuxt-contrib/destr) and fallback to text if cannot parse

```js
const { users } = await $fetch('/api/users')
Expand Down

0 comments on commit 52c582f

Please sign in to comment.