Skip to content

Commit

Permalink
docs: change badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ItMaga committed May 16, 2023
1 parent 6efedcf commit 951ce9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Zodock

[![NPM version](https://img.shields.io/npm/v/zodock?color=2f68b7&label=)](https://www.npmjs.com/package/zodock)
![npm](https://img.shields.io/npm/v/zodock?color=2f68b7)
![npm bundle size](https://img.shields.io/bundlephobia/min/zodock?color=2f68b7)
![NPM](https://img.shields.io/npm/l/zodock)
![npm](https://img.shields.io/npm/dt/zodock)

The mocking library for TypeScript-first schema validation [Zod](https://zod.dev/), creates a mock object based on the schema. It makes it easy to create mock data for testing purposes, to create mock data for the API request or response, and etc.

Expand Down

0 comments on commit 951ce9d

Please sign in to comment.