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,