diff --git a/README.md b/README.md index 28cacc8..46a083e 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ const BookList = ({ genre }) => { const { isLoading, data: booksData, - run + run, } = useFetchye(`http://example.com/api/books/?genre=${genre}`); if (isLoading) {