Readme.md update
This commit is contained in:
14
Readme.md
14
Readme.md
@@ -65,15 +65,15 @@ const GoodreadsBookSearch = require("szbk-goodreads-search-api");
|
|||||||
```javascript
|
```javascript
|
||||||
szbk-goodreads-search-book
|
szbk-goodreads-search-book
|
||||||
├── config
|
├── config
|
||||||
│ └── index.js # Konfigürasyon dosyası
|
│ └── index.js # Configuration file
|
||||||
├── lib
|
├── lib
|
||||||
│ ├── index.js # GoodreadsBookSearch sınıfı
|
│ ├── index.js # GoodreadsBookSearch class
|
||||||
│ └── module.js # Veri işleme ve parse işlemleri
|
│ └── module.js # Data processing and parsing operations
|
||||||
├── test
|
├── test
|
||||||
│ └── index.js # Entegrasyon testleri
|
│ └── index.js # Integration tests
|
||||||
├── index.js # Giriş noktası
|
├── index.js # Entry point
|
||||||
├── package.json # Bağımlılıklar ve betikler
|
├── package.json # Dependencies and scripts
|
||||||
└── README.md # Dokümantasyon
|
└── README.md # Documentation
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🧪 Tests
|
## 🧪 Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user