From 92f1f1a7250cd1d538b18aa8dc96e737fc2d5479 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 29 Sep 2023 17:43:03 +0300 Subject: [PATCH] docs: fix webshipper plugins array section (#5253) --- www/apps/docs/content/plugins/fulfillment/webshipper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apps/docs/content/plugins/fulfillment/webshipper.md b/www/apps/docs/content/plugins/fulfillment/webshipper.md index 5c7716897f..4ca687d3c3 100644 --- a/www/apps/docs/content/plugins/fulfillment/webshipper.md +++ b/www/apps/docs/content/plugins/fulfillment/webshipper.md @@ -34,13 +34,13 @@ In the directory of your Medusa backend, run the following command to install th npm install medusa-fulfillment-webshipper ``` -Finally, add the plugin to the `plugins` array in `medusa-config.js`: +Next, add the plugin to the `plugins` array in `medusa-config.js`: ```js title=medusa-config.js const plugins = [ // ... { - resolve: `install medusa-fulfillment-webshipper`, + resolve: `medusa-fulfillment-webshipper`, options: { account: process.env.WEBSHIPPER_ACCOUNT, api_token: process.env.WEBSHIPPER_API_TOKEN,