Skip to content

Commit

Permalink
fix typescript badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Dashney committed Mar 5, 2020
1 parent c53742d commit a6b6cfc
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 @@ -17,7 +17,7 @@ const [{data, loading, error}] = useApiQuery({url: `/users/${id}`})
- 📥 Parses response bodies of any data type (`'json'`, `'blob'`, `'text'`)
- 🗞 Compatible with almost any REST API
- 🌳 Exports tree-shakable ES modules
- ![TS](./typescript.svg?sanitize) Designed with full [Typescript](https://www.typescriptlang.org/) support
- ![TS](./typescript.svg?sanitize=true) Designed with full [Typescript](https://www.typescriptlang.org/) support

**Contents**:

Expand Down

0 comments on commit a6b6cfc

Please sign in to comment.