Compare commits
2 Commits
v1
...
blakejoy-p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fed644950 | ||
|
|
e5ce15d58d |
@@ -14,8 +14,10 @@ Installation:
|
|||||||
npm install --save tmdb-ts
|
npm install --save tmdb-ts
|
||||||
``
|
``
|
||||||
|
|
||||||
|
Version 1.0 removed the default import so make sure you update accordingly!
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import TMDB from 'tmdb-ts';
|
import { TMDB } from 'tmdb-ts';
|
||||||
|
|
||||||
const tmdb = new TMDB('accessToken');
|
const tmdb = new TMDB('accessToken');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user