Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dutch version of README #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 78 additions & 0 deletions dutch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# Productnaam
> Korte beschrijving van wat je product doet.

[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Downloads Stats][npm-downloads]][npm-url]

Eén of twee alinea's over je product en haar functies.

![](header.png)

## Installatie

OS X & Linux:

```sh
npm install my-crazy-module --save
```

Windows:

```sh
edit autoexec.bat
```

## Gebruiksvoorbeeld

Een paar motiverende en nuttige voorbeelden van je product. Eventueel aangevuld met extra code en meer screenshots.

_Voor meer voorbeelden en documentatie, zie de [Wiki][wiki]._

## Development installatie

Leg uit hoe alle development dependencies kunnen worden geïnstalleerd en hoe een geautomatiseerde test-suite, of zoiets, geopend kan worden. Indien mogelijk, leg het uit voor meerdere platformen.

```sh
make install
npm test
```

## Versiegeschiedenis

* 0.2.1
* WIJZIGING: update documentatie (module code onveranderd gebleven)
* 0.2.0
* WIJZIGING: verwijderen `setDefaultXYZ()`
* TOEVOEGEN: toevoegen `init()`
* 0.1.1
* FIX: Crash wanneer `baz()` werd opgeroepen (Dank @bugfixpersoon!)
* 0.1.0
* De eerste echte release
* WIJZIGING: Hernoem `foo()` naar `bar()`
* 0.0.1
* Werk in uitvoering

## Meta

Jouw naam – [@JouwTwitter](https://twitter.com/dbader_org) – [email protected]

Verspreid onder de XYZ licentie. Zie ``LICENSE`` voor meer informatie.
StachRedeker marked this conversation as resolved.
Show resolved Hide resolved

[https://github.com/yourname/github-link](https://github.com/dbader/)

## Contributing/deelnemen

1. Maak een fork (<https://github.com/yourname/yourproject/fork>)
2. Maak jouw feature branch (`git checkout -b feature/fooBar`)
3. Doe je veranderen (`git commit -am 'Add some fooBar'`)
4. Push naar de branch (`git push origin feature/fooBar`)
5. Maak een nieuw Pull Request

<!-- Extra links en afbeeldingen -->
[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
[npm-url]: https://npmjs.org/package/datadog-metrics
[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
[wiki]: https://github.com/yourname/yourproject/wiki