From 813ecc3fd00ce79d76e39f036cc97787fed1bba1 Mon Sep 17 00:00:00 2001 From: ManishRaj Date: Sat, 16 Apr 2022 08:40:01 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88fff9f..b524275 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ dependencies: 4. **defaultaMaxStale:** similar with DefaultMaxAge. 5. **databasePath:** database path. 6. **databaseName:** database name. - 7. **skipMemoryCache:** false defalut. + 7. **skipMemoryCache:** false default. 8. **skipDiskCache:** false default. - 9. **maxMemoryCacheCount:** 100 defalut. + 9. **maxMemoryCacheCount:** 100 default. 10. **defaultRequestMethod**: use "POST" as default, it will be used in `delete caches`. 11. **diskStore**: custom disk storage.