Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit bc3016f

Browse files
authored
docs: update badges color
1 parent 70ad875 commit bc3016f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
![NuxtJS-Logo-Light](.github/logo.svg#gh-light-mode-only)
33

44
<p>
5-
<a href="https://github.com/nuxt/framework/actions?query=branch%3Amain+event%3Apush"><img src="https://github.com/nuxt/framework/workflows/ci/badge.svg?branch=main&event=push" alt="CI Status"></a>
6-
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://badgen.net/npm/dm/nuxt" alt="Downloads"></a>
7-
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://badgen.net/npm/v/nuxt/rc" alt="Version"></a>
8-
<a href="https://www.npmjs.com/package/nuxt"><img src="https://badgen.net/npm/license/nuxt3" alt="License"></a>
5+
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/v/nuxt/rc.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Version"></a>
6+
<a href="https://www.npmjs.com/package/nuxt/v/rc"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=002438&colorB=28CF8D" alt="Downloads"></a>
7+
<a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/framework.svg?style=flat&colorA=002438&colorB=28CF8D" alt="License"></a>
98
<a href="https://discord.nuxtjs.org/"><img src="https://badgen.net/badge/Discord/join-us/7289DA" alt="Discord"></a>
109
</p>
1110

12-
Welcome to Nuxt 3 repository: **The Hybrid Vue Framework**
11+
Welcome to Nuxt 3 repository: **The Intuitive Web Framework**
1312

1413
Nuxt's goal is to make web development intuitive and performant with a great developer experience in mind, learn more in the ["What is Nuxt?"](https://v3.nuxtjs.org/guide/concepts/introduction) section of our documentation.
1514

0 commit comments

Comments
 (0)