Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmorten committed Mar 5, 2018
1 parent c39a10f commit 70e37cd
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 @@ -11,7 +11,7 @@ A rest api for Integreat, supporting JSON and specifically

### Prerequisits

Requires Integreat v.0.5.0 or higher. Node 8.
Requires Integreat v0.6 or higher. Node v8.6.

### Installing

Expand Down Expand Up @@ -76,7 +76,7 @@ const routes = [
]
```

Path parameters are specified with surrounding brackets.
Path parameters are specified with surrounding curly brackets.

The `handlerFunction` accepts a `request` object and returns a `response`
object. Expected `request` object from a POST request to `/entries/ent1/author`:
Expand Down

0 comments on commit 70e37cd

Please sign in to comment.