From 578cb590fd78fd18c39066cf8bb3cdb7130c7863 Mon Sep 17 00:00:00 2001 From: Jakub Szwacz Date: Tue, 14 Jul 2020 17:00:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1467153..582ef89 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Commonly used naming convention in Node world is reversed in this library (no 'm Also it's just convenient... -If you don't see the word "Async" in method name it returns value immediately. +If you don't see the word "Async" in method name it always, across the whole API returns value immediately. ```js const data = jetpack.read('file.txt'); console.log(data);