From 186af31b370b3e5d16755caa57b81f0a1d2924aa Mon Sep 17 00:00:00 2001 From: Blake Date: Sat, 15 May 2021 00:53:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855ea28..0037231 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tmdb-ts -Typescript implementation of [TMDB](https://developers.themoviedb.org/) v3. +Typescript library wrapper of [TMDB API](https://developers.themoviedb.org/) v3 . -This uses authenication token for requests so there is no need to append api key to the url. +This uses authentication token for requests so there is no need to append api key to the url.