Browse Source

docs(core): Fix bad import path in example

Michael Bromley 4 years ago
parent
commit
49f504eccb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/job-queue-plugin/src/bullmq/plugin.ts

+ 1 - 1
packages/job-queue-plugin/src/bullmq/plugin.ts

@@ -38,7 +38,7 @@ import { BullMQPluginOptions } from './types';
  *
  * @example
  * ```ts
- * import { BullMQJobQueuePlugin } from '\@vendure/job-queue-plugin/packages/bullmq';
+ * import { BullMQJobQueuePlugin } from '\@vendure/job-queue-plugin/package/bullmq';
  *
  * const config: VendureConfig = {
  *   // Add an instance of the plugin to the plugins array