From fbb45a40581336ae673fbf59237e62eb91f1f75b Mon Sep 17 00:00:00 2001 From: Zac Colley Date: Sat, 31 Dec 2022 19:43:05 +0000 Subject: [PATCH] update example username --- test/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example.js b/test/example.js index 9bacace..74cde57 100644 --- a/test/example.js +++ b/test/example.js @@ -1,7 +1,7 @@ /* eslint-disable no-console */ import letterboxd from "../index.js"; -letterboxd("zaccolley") +letterboxd("zoetrope69") .then((items) => logItems(items)) .catch((error) => console.log(error));