Skip to content

Commit

Permalink
Merge pull request #15 from tmm1/patch-1
Browse files Browse the repository at this point in the history
Fix readme example
  • Loading branch information
jessedp authored Oct 12, 2022
2 parents ae1755b + 87e1e7e commit 590fa57
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 @@ -17,7 +17,7 @@ or with yarn
In Node:

```js
const Tablo = require('tablo-api');
const {Tablo} = require('tablo-api');

const Api = new Tablo();

Expand Down

0 comments on commit 590fa57

Please sign in to comment.