From 40f5ed89a6ced745e86a96331a442110806ac9ca Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 6 Jun 2022 19:12:40 +0300 Subject: [PATCH] Use npm2yarn where missing --- docs/content/add-plugins/minio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/add-plugins/minio.md b/docs/content/add-plugins/minio.md index 77a1f16ceb..336484e410 100644 --- a/docs/content/add-plugins/minio.md +++ b/docs/content/add-plugins/minio.md @@ -76,7 +76,7 @@ You will not be able to access the Secret Key after closing the pop-up. So, make In the directory of your Medusa server, run the following command to install the MinIO plugin: -```bash +```bash npm2yarn npm install medusa-file-minio ```