diff --git a/README.md b/README.md index 27874e2..b029464 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ Installation: npm install --save tmdb-ts `` +Version 1.0 removed the default import so make sure you update accordingly! + ```js -import TMDB from 'tmdb-ts'; +import { TMDB } from 'tmdb-ts'; const tmdb = new TMDB('accessToken');