diff --git a/README.md b/README.md index c71b650..d4db9d0 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,12 @@ You can also use the scraper directly in Python, as: ```python import audioscrape -audioscrape.download(query="Cerulean Crayons", - include=["guitar"], - exclude=["remix"], - quiet=True) +audioscrape.download( + query="Cerulean Crayons", + include=["guitar"], + exclude=["remix"], + quiet=True, +) ``` ## Develop