Skip to content

Commit 598eea7

Browse files
authored
docs: Simplify README HTML elements
1 parent 8793f7b commit 598eea7

File tree

1 file changed

+20
-46
lines changed

1 file changed

+20
-46
lines changed

README.md

Lines changed: 20 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,21 @@
1-
<h1 align="center">
2-
<img align="top" width="44" src="https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/public/hero-logo.svg" alt="WXT Logo">
3-
<span>WXT</span>
4-
</h1>
5-
6-
<p align="center">
7-
<a href="https://www.npmjs.com/package/wxt" target="_blank"><img alt="npm version" src="https://img.shields.io/npm/v/wxt?labelColor=black&color=%234fa048"></a>
8-
<span> </span>
9-
<a href="https://www.npmjs.com/package/wxt" target="_blank"><img alt="downloads" src="https://img.shields.io/npm/dm/wxt?labelColor=black&color=%234fa048"></a>
10-
<span> </span>
11-
<a href="https://github.com/wxt-dev/wxt/blob/main/LICENSE" target="_blank"><img alt="license | MIT" src="https://img.shields.io/npm/l/wxt?labelColor=black&color=%234fa048"></a>
12-
<span> </span>
13-
<a href="https://codecov.io/github/wxt-dev/wxt" target="_blank"><img alt="coverage" src="https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black&color=%234fa048"></a>
14-
</p>
15-
16-
<p align="center">
17-
<span>Next-gen framework for developing web extensions.</span>
18-
<br/>
19-
<span>⚡</span>
20-
<br/>
21-
<q><i>It's like Nuxt, but for Web Extensions</i></q>
22-
</p>
23-
24-
<p align="center">
25-
<a href="https://wxt.dev/guide/installation.html" target="_blank">Get Started</a>
26-
&bull;
27-
<a href="https://wxt.dev/api/config.html" target="_blank">Configuration</a>
28-
&bull;
29-
<a href="https://wxt.dev/examples.html" target="_blank">Examples</a>
30-
&bull;
31-
<a href="https://github.com/wxt-dev/wxt/blob/main/packages/wxt/CHANGELOG.md" target="_blank">Changelog</a>
32-
&bull;
33-
<a href="https://discord.gg/ZFsZqGery9" target="_blank">Discord</a>
34-
</p>
1+
<div align="center">
2+
3+
# <img align="top" width="44" src="https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/public/hero-logo.svg" alt="WXT Logo"> WXT
4+
5+
[![npm version](https://img.shields.io/npm/v/wxt?labelColor=black&color=%234fa048)](https://www.npmjs.com/package/wxt)
6+
[![downloads](https://img.shields.io/npm/dm/wxt?labelColor=black&color=%234fa048)](https://www.npmjs.com/package/wxt)
7+
[![license | MIT](https://img.shields.io/npm/l/wxt?labelColor=black&color=%234fa048)](https://github.com/wxt-dev/wxt/blob/main/LICENSE)
8+
[![coverage](https://img.shields.io/codecov/c/github/wxt-dev/wxt?labelColor=black&color=%234fa048)](https://codecov.io/github/wxt-dev/wxt)
9+
10+
Next-gen framework for developing web extensions.<br/>⚡<br/><q><i>It's like Nuxt, but for Web Extensions</i></q>
11+
12+
[Get Started](https://wxt.dev/guide/installation.html)
13+
[Configuration](https://wxt.dev/api/config.html)
14+
[Examples](https://wxt.dev/examples.html)
15+
[Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/wxt/CHANGELOG.md)
16+
[Discord](https://discord.gg/ZFsZqGery9)
17+
18+
</div>
3519

3620
![Example CLI Output](https://raw.githubusercontent.com/wxt-dev/wxt/HEAD/docs/assets/cli-output.png)
3721

@@ -43,8 +27,6 @@
4327

4428
Bootstrap a new project:
4529

46-
<!-- automd:pm-x version="latest" name="wxt" args="init" -->
47-
4830
```sh
4931
# npm
5032
npx wxt@latest init
@@ -56,8 +38,6 @@ pnpm dlx wxt@latest init
5638
bunx wxt@latest init
5739
```
5840

59-
<!-- /automd -->
60-
6141
Or see the [installation guide](https://wxt.dev/guide/installation.html) to get started with WXT.
6242

6343
## Features
@@ -79,17 +59,11 @@ Or see the [installation guide](https://wxt.dev/guide/installation.html) to get
7959

8060
WXT is a [MIT-licensed](https://github.com/wxt-dev/wxt/blob/main/LICENSE) open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider [sponsoring WXT's development](https://github.com/sponsors/wxt-dev).
8161

82-
<a href="https://github.com/sponsors/wxt-dev"><img alt="WXT Sponsors" src="https://raw.githubusercontent.com/wxt-dev/static/refs/heads/main/sponsorkit/sponsors.svg"></a>
62+
[![WXT Sponsors](https://raw.githubusercontent.com/wxt-dev/static/refs/heads/main/sponsorkit/sponsors.svg)](https://github.com/sponsors/wxt-dev)
8363

8464
## Contributors
8565

86-
<!-- automd:contributors author="aklinker1" license="MIT" github="wxt-dev/wxt" -->
87-
8866
Published under the [MIT](https://github.com/wxt-dev/wxt/blob/main/LICENSE) license.
8967
Made by [@aklinker1](https://github.com/aklinker1) and [community](https://github.com/wxt-dev/wxt/graphs/contributors) 💛
90-
<br><br>
91-
<a href="https://github.com/wxt-dev/wxt/graphs/contributors">
92-
<img src="https://contrib.rocks/image?repo=wxt-dev/wxt" alt="GitHub stars over time" />
93-
</a>
9468

95-
<!-- /automd -->
69+
[![WXT contributors](https://contrib.rocks/image?repo=wxt-dev/wxt)](https://github.com/wxt-dev/wxt/graphs/contributors)

0 commit comments

Comments
 (0)