Skip to content

Commit 5695826

Browse files
committed
chore: update readme file
1 parent ea3731a commit 5695826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
66
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-vue/Node%20CI/v3-next?style=flat-square)][coreui]
77
[![License](https://img.shields.io/npm/l/@coreui/vue?style=flat-square)][coreui]
8-
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.0--beta.11%20version-100%25-yellowgreen)][coreui]
8+
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.0%20version-100%25-yellowgreen)][coreui]
99

1010
[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue
1111
[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen
@@ -32,7 +32,7 @@ npm install @coreui/vue
3232

3333
Components are styled using @coreui/coreui CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui library is compatible with bootstrap, it just extends its functionalities. The only exception is custom CoreUI components, which don't exist in the Bootstrap ecosystem (template components, callout, switch).
3434

35-
Styles have to be imported separately! Import [CoreUI](https://github.com/coreui/coreui) CSS library (recommended), or [Bootstrap](https://bootstrap-vue.js.org/) library
35+
Styles have to be imported separately! Import [CoreUI](https://github.com/coreui/coreui) CSS library (recommended), or [Bootstrap](https://getbootstrap.com/) library
3636

3737
Installation:
3838
```shell

0 commit comments

Comments
 (0)