From efe5f0f84c1c71a96ba1d7854c315dc6b2d4c293 Mon Sep 17 00:00:00 2001 From: Seokju Na Date: Mon, 15 Jun 2026 00:13:53 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1420c7..ff79c79 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ to a `WKWebView` through the `testapp://` scheme, and `e2e/` drives it with Appium. ```sh -cd e2e && yarn install && yarn e2e +cd e2e && yarn install && yarn test ``` ## License