Skip to content

Commit

Permalink
Fix the shield styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bas080 committed Oct 8, 2021
1 parent b1f2d0b commit 19ca422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Patroon

[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-green?style=flat-square)](#coverage)
[![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)](https://www.npmjs.com/package/patroon)
[![NPM Downloads](https://img.shields.io/npm/dm/patroon?style=flat-square)](https://www.npmjs.com/package/patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#coverage)
[![Dependency Status](https://img.shields.io/librariesio/release/npm/patroon?style=flat-square)](https://libraries.io/npm/patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)

Pattern matching in Javascript without additional syntax.

Expand Down Expand Up @@ -341,7 +342,7 @@ npx nyc npm t | npx tap-nyc
npx nyc check-coverage
```
```
> patroon@0.1.3 test
> patroon@0.1.4 test
> tape ./src/index.test.js
-------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
Expand All @@ -355,7 +356,7 @@ npx nyc check-coverage
total: 5
passing: 5
duration: 1.7s
duration: 3.4s
```

Expand Down
5 changes: 3 additions & 2 deletions README.mz
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Patroon

[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-green?style=flat-square)](#coverage)
[![NPM](https://img.shields.io/npm/v/patroon?color=blue&style=flat-square)](https://www.npmjs.com/package/patroon)
[![NPM Downloads](https://img.shields.io/npm/dm/patroon?style=flat-square)](https://www.npmjs.com/package/patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#coverage)
[![Dependency Status](https://img.shields.io/librariesio/release/npm/patroon?style=flat-square)](https://libraries.io/npm/patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)

Pattern matching in Javascript without additional syntax.

Expand Down

0 comments on commit 19ca422

Please sign in to comment.