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 ## 📦 Installation
```bash ```bash
npm install wisecolt-goodreads-search-api npm install szbk-goodreads-search-api
``` ```
## 🚀 Usage ## 🚀 Usage
The following example shows how to use the API: The following example shows how to use the API:
```javascript ```javascript
const GoodreadsBookSearch = require("wisecolt-goodreads-search-api"); const GoodreadsBookSearch = require("szbk-goodreads-search-api");
(async () => { (async () => {
try { try {
@@ -63,7 +63,7 @@ const GoodreadsBookSearch = require("wisecolt-goodreads-search-api");
## 📂 Project Structure ## 📂 Project Structure
```javascript ```javascript
wisecolt-goodreads-search-api szbk-goodreads-search-book
config config
index.js # Konfigürasyon dosyası index.js # Konfigürasyon dosyası
lib lib