Skip to content

Commit

Permalink
Add runkit link
Browse files Browse the repository at this point in the history
Make it easier for people to try things.
  • Loading branch information
bas080 committed Nov 9, 2021
1 parent d5a9beb commit ab8abb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Patroon

Pattern matching in JavaScript without additional syntax

[![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)
[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/patroon?style=flat-square)](https://snyk.io/vuln/npm:patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
[![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)

Pattern matching in JavaScript without additional syntax.

- [Installation](#installation)
- [Usage](#usage)
* [Primitive](#primitive)
Expand Down Expand Up @@ -43,6 +43,8 @@ npm install patroon

Let's see what valid and less valid uses of patroon are.

> You can try out patroon over at [RunKit][runkit].
### Primitive

The simplest thing one can do is to match on a [primitive][1].
Expand Down Expand Up @@ -543,7 +545,7 @@ npx nyc check-coverage
total: 15
passing: 15
duration: 758ms
duration: 1.5s
```

Expand All @@ -566,3 +568,4 @@ polite and read the [CONTRIBUTING.md][10].
[8]:https://github.com/istanbuljs/nyc
[9]:https://www.npmjs.com/package/patroon
[10]:./CONTRIBUTING.md
[runkit]:https://npm.runkit.com/patroon
7 changes: 5 additions & 2 deletions README.mz
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Patroon

Pattern matching in JavaScript without additional syntax.

[![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)
[![100% Code Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen?style=flat-square)](#tests)
[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/patroon?style=flat-square)](https://snyk.io/vuln/npm:patroon)
[![Standard Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
[![License](https://img.shields.io/npm/l/patroon?color=brightgreen&style=flat-square)](./LICENSE)

Pattern matching in JavaScript without additional syntax.

<toc

## Installation
Expand All @@ -23,6 +23,8 @@ npm install patroon

Let's see what valid and less valid uses of patroon are.

> You can try out patroon over at [RunKit][runkit].

### Primitive

The simplest thing one can do is to match on a [primitive][1].
Expand Down Expand Up @@ -419,3 +421,4 @@ polite and read the [CONTRIBUTING.md][10].
[8]:https://github.com/istanbuljs/nyc
[9]:https://www.npmjs.com/package/patroon
[10]:./CONTRIBUTING.md
[runkit]:https://npm.runkit.com/patroon

0 comments on commit ab8abb7

Please sign in to comment.