From 2fed6449509f28ce2b6d510369c25e136be1a311 Mon Sep 17 00:00:00 2001 From: Blake Date: Tue, 25 Apr 2023 22:56:07 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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');