diff --git a/Readme.md b/Readme.md index ce8c954..6b0df52 100644 --- a/Readme.md +++ b/Readme.md @@ -20,14 +20,14 @@ This library allows you to retrieve book information from Goodreads using only t ## 📦 Installation ```bash -npm install wisecolt-goodreads-search-api +npm install szbk-goodreads-search-api ``` ## 🚀 Usage The following example shows how to use the API: ```javascript -const GoodreadsBookSearch = require("wisecolt-goodreads-search-api"); +const GoodreadsBookSearch = require("szbk-goodreads-search-api"); (async () => { try { @@ -63,7 +63,7 @@ const GoodreadsBookSearch = require("wisecolt-goodreads-search-api"); ## 📂 Project Structure ```javascript -wisecolt-goodreads-search-api +szbk-goodreads-search-book ├── config │ └── index.js # Konfigürasyon dosyası ├── lib