diff --git a/README.md b/README.md index d82bb59..405a2e4 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,14 @@ await fula.mv( ``` +```js +//checks if fula is ready (initialized through newClient or init) +const result //returns true if succesful and false if fails += +await fula.isReady(); + +``` + ```js //checks if client can reach server const result //returns true if it can, and false if it cannot