Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Aug 20, 2020
1 parent e5ff5f9 commit eba49b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ in application/x-www-form-urlencoded encoding.
[![npm Version](https://img.shields.io/npm/v/integreat-adapter-form.svg)](https://www.npmjs.com/package/integreat-adapter-form)
[![Build Status](https://travis-ci.org/integreat-io/integreat-adapter-form.svg?branch=master)](https://travis-ci.org/integreat-io/integreat-adapter-form)
[![Coverage Status](https://coveralls.io/repos/github/integreat-io/integreat-adapter-form/badge.svg?branch=master)](https://coveralls.io/github/integreat-io/integreat-adapter-form?branch=master)
[![Dependencies Status](https://tidelift.com/badges/github/integreat-io/integreat-adapter-form?style=flat)](https://tidelift.com/repo/github/integreat-io/integreat-adapter-form)
[![Maintainability](https://api.codeclimate.com/v1/badges/6331723a6ff61de5f232/maintainability)](https://codeclimate.com/github/integreat-io/integreat-adapter-form/maintainability)

## Getting started

### Prerequisits

Requires node v8.6 and Integreat v0.7.
Requires node v10 and Integreat v0.7.

### Installing and using

Expand All @@ -25,6 +24,7 @@ npm install integreat-adapter-form
```

Example of use:

```javascript
const integreat = require('integreat')
const formAdapter = require('integreat-adapter-form')
Expand Down

0 comments on commit eba49b7

Please sign in to comment.