From ad0a645ee11fbc1a688474b5ec65a5f7116c0f1d Mon Sep 17 00:00:00 2001 From: "Andrew D.Laptev" Date: Fri, 24 May 2024 22:25:15 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71988b4..532bd7f 100644 --- a/README.md +++ b/README.md @@ -173,8 +173,8 @@ Options ## Promises -Right now master branch have a `onvif/promises` namespace that provides promisified version of Cam constructor returns -an object with the same methods as described below or in documentation but returns promises. Short example of common +Right now master branch have a `onvif/promises` namespace. It have promisified version of Cam constructor which returns an object with +the same methods as described below or in documentation but returns promises instead of callback function. Short example of common usage is here: ```js