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

Commit 892343a

Browse files
committed
README: Add "tested with Cypress"-badge
Showcase our end-to-end testing with Cypress by displaying this neat badge in the README :)
1 parent ff9ccd5 commit 892343a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# README
22

3-
![npm](https://img.shields.io/npm/v/next-on-netlify)
4-
![NPM](https://img.shields.io/npm/l/next-on-netlify)
5-
![npm](https://img.shields.io/npm/dt/next-on-netlify)
3+
[![NPM version](https://img.shields.io/npm/v/next-on-netlify)](https://www.npmjs.com/package/next-on-netlify)
4+
[![MIT license](https://img.shields.io/npm/l/next-on-netlify)](https://github.com/FinnWoelm/next-on-netlify/blob/master/LICENSE)
5+
[![NPM downloads](https://img.shields.io/npm/dt/next-on-netlify)](https://www.npmjs.com/package/next-on-netlify)
6+
[![Tested with Cypress.io](https://img.shields.io/badge/tested%20with-Cypress-04C38E.svg)](https://www.cypress.io/)
67

78
next-on-netlify is a utility for hosting NextJS applications with Server-Side Rendering on Netlify. It wraps your NextJS application in a tiny compatibility layer, so that pages can be server-side rendered with Netlify functions.
89

0 commit comments

Comments
 (0)