From 0aae0391c598d4c4eeed2002b463370b049f4da6 Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 18 Jan 2025 21:36:10 +0300 Subject: [PATCH] Readme.md update --- Readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 6b0df52..19d0366 100644 --- a/Readme.md +++ b/Readme.md @@ -65,15 +65,15 @@ const GoodreadsBookSearch = require("szbk-goodreads-search-api"); ```javascript szbk-goodreads-search-book ├── config -│ └── index.js # Konfigürasyon dosyası +│ └── index.js # Configuration file ├── lib -│ ├── index.js # GoodreadsBookSearch sınıfı -│ └── module.js # Veri işleme ve parse işlemleri +│ ├── index.js # GoodreadsBookSearch class +│ └── module.js # Data processing and parsing operations ├── test -│ └── index.js # Entegrasyon testleri -├── index.js # Giriş noktası -├── package.json # Bağımlılıklar ve betikler -└── README.md # Dokümantasyon +│ └── index.js # Integration tests +├── index.js # Entry point +├── package.json # Dependencies and scripts +└── README.md # Documentation ``` ## 🧪 Tests