Skip to content

Commit

Permalink
fix(Readme): add missing semicolon (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Aug 31, 2020
1 parent 7801efa commit 5e3e101
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 @@ -53,7 +53,7 @@ const { APIUserData } = require('discord-api-types');

```ts
// TypeScript/ES Module support
import { APIUserData } from 'discord-api-types'
import { APIUserData } from 'discord-api-types';
```

You should instead consider adding the API version you want to target by appending `/v*`, where the `*` represends the API version.
Expand Down

0 comments on commit 5e3e101

Please sign in to comment.