Skip to content

Commit

Permalink
fixes import in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Nov 27, 2018
1 parent d683bcc commit b5e3ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find a list of all implements functions in the [wiki](https://github.com
## Example with express
List all contacts ordered by name
```javascript
const Bexio = require('./index');
const Bexio = require('bexio');
const express = require('express');
const createServer = require('http').createServer;

Expand Down

0 comments on commit b5e3ef9

Please sign in to comment.