From 59d6068bcb3bd93217ff03614b19af06e6e7f6bd Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 25 Oct 2024 08:56:00 -0700 Subject: [PATCH] docs: update example reference 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** >