Skip to content

Commit 4904d77

Browse files
authored
Update README.md
1 parent 9c4fa8f commit 4904d77

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,18 @@
66
<a href="https://www.npmjs.com/package/vue-types" target="_blank">
77
<img alt="NPM package version" src="https://img.shields.io/npm/v/vue-types" />
88
</a>
9-
<a href="https://circleci.com/gh/dwightjack/vue-types" target="_blank">
10-
<img alt="CircleCI status" src="https://circleci.com/gh/dwightjack/vue-types.svg?style=shield" />
11-
</a>
12-
<a href="https://www.npmjs.com/package/vue-types" target="_blank">
9+
<a href="https://www.npmjs.com/package/vue-types" target="_blank">
1310
<img alt="Code coverage" src="https://img.shields.io/codeclimate/dwightjack/vue-types" />
1411
</a>
15-
1612
</p>
1713

18-
**Note: This document is for VueTypes 5. If you are looking for an older versions, refer to the `v1~v4` branches.**
14+
**Note: This document is for VueTypes 6. If you are looking for an older versions, refer to [the documentation for v2~v5](https://vue-types-v5.codeful.dev/)**
1915

2016
## Introduction
2117

2218
`vue-types` is a collection of configurable [prop type](https://vuejs.org/guide/components/props.html) definitions for Vue.js components, inspired by React's `prop-types`.
2319

24-
[Try it now!](https://stackblitz.com/edit/vitejs-vite-83cnar?file=src/App.vue) or learn more at the [official documentation site](https://dwightjack.github.io/vue-types/).
20+
[Try it now!](https://stackblitz.com/edit/vitejs-vite-exfrzex6?embed=1&file=src%2FApp.vue) or learn more at the [official documentation site](https://vue-types.codeful.dev/).
2521

2622
## Run examples
2723

0 commit comments

Comments
 (0)