From 90887f40110694c305ba9c2b6b776b6f0d145f91 Mon Sep 17 00:00:00 2001 From: Nazarov Ilya Date: Wed, 10 Sep 2025 12:49:57 +0300 Subject: [PATCH] Update testplane-global-hook.mdx fix readme --- docs/plugins/testplane-global-hook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/testplane-global-hook.mdx b/docs/plugins/testplane-global-hook.mdx index 7e4094e..d221b45 100644 --- a/docs/plugins/testplane-global-hook.mdx +++ b/docs/plugins/testplane-global-hook.mdx @@ -19,7 +19,7 @@ In order not to repeat these actions in each test, you can describe them in the ## Install {#install} ```bash -npm install -D testplane-global-hook +npm install -D @testplane/global-hook ``` ## Setup {#setup}