From 76f92b9acf32bd16e1236ab381a99ff0946ef9e2 Mon Sep 17 00:00:00 2001 From: Segi Date: Fri, 4 Oct 2024 19:45:44 -0700 Subject: [PATCH] Fix typo in install instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 89177bc..725f185 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,7 +21,7 @@ Requirements: Node 20.7.0+ ## Searching IMDB WatchList will allow you to search for a movie or tv show on IMDB.com. To do this, you need to create a free RAPIDAPI Key. -Note: RapidAPI allows you 1000 free searches per month. In order for this API to work, you have to "subscribe" by adding your credit card with RapidAPI. It appears to work similarly to Amazon where they won't charge you if you do not go over your allotted API usage. If you do not add a credit card, the API will return an "Unsubscribed" error when you try to use it. I have never been charged for my usage. Once you have used 100 searches, you will receive an error that you have exceeded your daily usage. +Note: RapidAPI allows you 1000 free searches per month. In order for this API to work, you have to "subscribe" by adding your credit card with RapidAPI. It appears to work similarly to Amazon where they won't charge you if you do not go over your allotted API usage. If you do not add a credit card, the API will return an "Unsubscribed" error when you try to use it. I have never been charged for my usage. Once you have used 1000 searches, you will receive an error that you have exceeded your daily usage. 1. Visit [RapidAPI](https://rapidapi.com) and create a free account. 1. Click on "My APIs" at the top right