From 08293a463672e27ec9af99bdaebb5dcf436125f3 Mon Sep 17 00:00:00 2001 From: Mohab Sameh Date: Fri, 22 Dec 2023 14:19:46 +0200 Subject: [PATCH] Update README.md --- codemods/next-i18next/copy-keys/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codemods/next-i18next/copy-keys/README.md b/codemods/next-i18next/copy-keys/README.md index 2fac99a4..38352b4e 100644 --- a/codemods/next-i18next/copy-keys/README.md +++ b/codemods/next-i18next/copy-keys/README.md @@ -10,7 +10,7 @@ The codemod expects the following arguments: - `newNamespace` is the name of the namespace to which the keys are copied, - `keys` is a comma-separated list of keys. -You need to pass these arguments using the Codemod Arguments' settings or [Intuita CLI](https://www.npmjs.com/package/@intuita-inc/intuita). +You need to pass these arguments using the [Codemod Arguments' settings](https://docs.intuita.io/docs/vs-code-extension/advanced-usage#set-codemod-arguments) in Intuita VS Code extension or [Intuita CLI](https://docs.intuita.io/docs/cli/quickstart). ## Example: