Skip to content

Commit

Permalink
docs: Use destruction in main example
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Aug 21, 2019
1 parent d948511 commit 3b7639b
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 @@ -39,7 +39,7 @@ npm i vk-io

## Example usage
```js
import VK from 'vk-io';
import { VK } from 'vk-io';

const vk = new VK({
token: process.env.TOKEN
Expand Down
2 changes: 1 addition & 1 deletion packages/vk-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm i vk-io

## Example usage
```js
import VK from 'vk-io';
import { VK } from 'vk-io';

const vk = new VK({
token: process.env.TOKEN
Expand Down

0 comments on commit 3b7639b

Please sign in to comment.