Readme.md update

This commit is contained in:
2025-01-18 21:31:56 +03:00
parent 5958263903
commit 9fce387968

View File

@@ -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