From 8970ba47d368e189e9f6af4d2eb060617ecfb872 Mon Sep 17 00:00:00 2001 From: Alessandro Marra Date: Thu, 29 Feb 2024 00:59:42 +0100 Subject: [PATCH] feat: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c321f90..b39d830 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ The following methods work on both Android and iOS ``` connectToProtectedWifiSSID({ ssid: string; - password: string; + password: string | null; isWEP?: boolean; isHidden?: boolean; timeout?: number