Procházet zdrojové kódy

docs: Update multivendor plugin readme (#2591)

Chris před 2 roky
rodič
revize
a5bbeffe4c

+ 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:
 Add this plugin to your VendureConfig:
 ```ts
 ```ts
+import { MultivendorPlugin } from './plugins/multivendor-plugin/multivendor.plugin';
+
  plugins: [
  plugins: [
    MultivendorPlugin.init({
    MultivendorPlugin.init({
        platformFeePercent: 10,
        platformFeePercent: 10,