Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 652c824

Browse files
committed
Update badges to HTML
1 parent a5278b0 commit 652c824

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
![Next.js on Netlify](nextonnetlify.png)
22

33
<p align="center">
4-
[![NPM version](https://img.shields.io/npm/v/next-on-netlify)](https://www.npmjs.com/package/next-on-netlify)
5-
[![MIT license](https://img.shields.io/npm/l/next-on-netlify)](https://github.com/netlify/next-on-netlify/blob/master/LICENSE)
6-
[![NPM downloads](https://img.shields.io/npm/dt/next-on-netlify)](https://www.npmjs.com/package/next-on-netlify)
7-
[![Tested with Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
4+
<a aria-label="npm version" href="https://www.npmjs.com/package/next-on-netlify">
5+
<img alt="" src="https://img.shields.io/npm/v/next-on-netlify">
6+
</a>
7+
<a aria-label="MIT License" href="https://img.shields.io/npm/l/next-on-netlify">
8+
<img alt="" src="https://img.shields.io/npm/l/next-on-netlify">
9+
</a>
10+
<a aria-label="npm downloads" href="https://www.npmjs.com/package/next-on-netlify">
11+
<img alt="" src="https://img.shields.io/npm/dt/next-on-netlify">
12+
</a>
13+
<a aria-label="Tested with Cypress" href="https://www.cypress.io/">
14+
<img alt="" src="https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg">
15+
</a>
816
</p>
917

1018

0 commit comments

Comments
 (0)