Skip to content

Commit

Permalink
update example username
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope69 committed Dec 31, 2022
1 parent c1077b2 commit fbb45a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/example.js
Original file line number Diff line number Diff line change
@@ -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));

Expand Down

0 comments on commit fbb45a4

Please sign in to comment.