Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Jan 21, 2023
1 parent fa1b178 commit 7e6c249
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
# motorrijtuigenbelasting [![npm](https://img.shields.io/npm/v/motorrijtuigenbelasting)](https://www.npmjs.com/package/motorrijtuigenbelasting)

**Motorrijtuigenbelasting (MRB) berekenen in JavaScript/TypeScript**
**Motorrijtuigenbelasting (MRB) berekenen in JavaScript**

```bash
yarn|npm add motorrijtuigenbelasting
```

JavaScript example:

```js
import { berekenMrb } from "motorrijtuigenbelasting";

// bedrag is motorrijtuigenbelasting per tijdvak van 3 maanden in euro's
const bedrag = berekenMrb({
voertuigtype: "Personenauto",
brandstof: "Benzine",
elektrisch_of_waterstof: false,
gewicht: 1051,
provincie: "Utrecht",
});
```

TypeScript example:

```ts
import {
berekenMrb,
Brandstof,
Expand Down

0 comments on commit 7e6c249

Please sign in to comment.