Skip to content

Commit

Permalink
Make README.md copyable.
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-bosman committed Aug 30, 2021
1 parent b50d6c0 commit 7d9a147
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
Expand Up @@ -8,13 +8,13 @@ Dutch license plate formatting and validation in JavaScript.

## Install
Install with npm
```
npm install license-plate --save
```bash
$ npm install license-plate --save
```

Install with yarn
```
yarn add license-plate --save
```bash
$ yarn add license-plate --save
```

## Features
Expand Down

0 comments on commit 7d9a147

Please sign in to comment.