Browse Source

docs: Update multivendor plugin readme (#2591)

Chris 2 years ago
parent
commit
a5bbeffe4c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/dev-server/example-plugins/multivendor-plugin/README.md

+ 2 - 0
packages/dev-server/example-plugins/multivendor-plugin/README.md

@@ -8,6 +8,8 @@ The parts of the plugin are documented with explanations, and the overall guide
 
 Add this plugin to your VendureConfig:
 ```ts
+import { MultivendorPlugin } from './plugins/multivendor-plugin/multivendor.plugin';
+
  plugins: [
    MultivendorPlugin.init({
        platformFeePercent: 10,