Skip to content

Commit

Permalink
fix typo and version upgrade (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedoska authored Sep 17, 2020
1 parent f9e7086 commit 7feeb02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The function handles eventual rejections coming from the data-adapter.<br/>
```typescript
// in your server
import express from 'express'
import { errorHandler } from '@kedoska/resty'
import resty, { errorHandler } from '@kedoska/resty'

const app = express()
app.use(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kedoska/resty",
"version": "0.0.4",
"version": "0.0.5",
"description": "Quick and dirty JSON CRUD REST API for your express servers",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 7feeb02

Please sign in to comment.