From e336ef34a03fa7ef3700c6cbc5762fc4f326703e Mon Sep 17 00:00:00 2001 From: "Andrew D.Laptev" Date: Sun, 26 May 2024 16:10:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532bd7f..4a807cd 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Options ## Promises -Right now master branch have a `onvif/promises` namespace. It have promisified version of Cam constructor which returns an object with +Since version 0.7.2 this library 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: