From adc4ffaef414eea0833b9a3078eff25166856965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Mon, 22 Feb 2021 16:06:07 +0100 Subject: [PATCH] Update website/docs/using-themes.md --- website/docs/using-themes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/using-themes.md b/website/docs/using-themes.md index 549d2390cad1..3ff24ab00251 100644 --- a/website/docs/using-themes.md +++ b/website/docs/using-themes.md @@ -108,7 +108,7 @@ Docusaurus Themes' components are designed to be replaceable. To make it easier To swizzle a component for a theme, run the following command in your doc site: -```shell +```bash npm2yarn npm run swizzle [component name] ```