From bd0c7caddbbdb8e2eb29b8ad35f38cca7b12e97e Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 4 Nov 2024 10:03:02 +0200 Subject: [PATCH] docs: update example reference (#748) Signed-off-by: Emmanuel Ferdman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab39590e..db639ce7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ dev_dependencies: sdk: flutter ``` -This snippet, taken from [example directory](example), is a script written as an appium client with `webdriverio`, and assumes you have `appium` server (with `appium-flutter-driver` installed) running on the same host and default port (`4723`). For more info, see example's [README.md](https://github.com/appium/appium-flutter-driver/tree/main/example/README.md) +This snippet, taken from [example directory](example), is a script written as an appium client with `webdriverio`, and assumes you have `appium` server (with `appium-flutter-driver` installed) running on the same host and default port (`4723`). For more info, see example's [README.md](https://github.com/appium/appium-flutter-driver/tree/main/example/nodejs/README.md) > **Note** >