Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 8, 2023
1 parent f6dbb61 commit 8a78c34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# staticify

[![npm version](https://img.shields.io/npm/v/staticify)](https://www.npmjs.com/package/staticify)
[![Tests](https://github.com/errorception/staticify/actions/workflows/test.yml/badge.svg)](https://github.com/errorception/staticify/actions/workflows/test.yml)
[![Coverage Status](https://img.shields.io/coveralls/github/errorception/staticify/main)](https://coveralls.io/github/errorception/staticify?branch=main)
[![npm version](https://img.shields.io/npm/v/staticify?logo=npm&logoColor=fff)](https://www.npmjs.com/package/staticify)
[![Test Status](https://img.shields.io/github/actions/workflow/status/errorception/staticify/test.yml?branch=main&label=Tests&logo=github)](https://github.com/errorception/staticify/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status](https://img.shields.io/coveralls/github/errorception/staticify/main?logo=coveralls&logoColor=fff)](https://coveralls.io/github/errorception/staticify?branch=main)

A better static asset handler for Node.js/Express.js.

Expand Down Expand Up @@ -179,4 +179,4 @@ staticify.serve(req, {

## License

MIT
[MIT](LICENSE)

0 comments on commit 8a78c34

Please sign in to comment.