Browse Source

fix(docs): update import package for Transport (#281)

Jérémy Wimsingues 5 years ago
parent
commit
91cff3881c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/docs/developer-guide/vendure-worker.md

+ 1 - 1
docs/content/docs/developer-guide/vendure-worker.md

@@ -10,7 +10,7 @@ The Vendure Worker is a process which is responsible for running computationally
 The worker is started by calling the [`bootstrapWorker()`]({{< relref "bootstrap-worker" >}}) function with the same configuration as is passed to the main server `bootstrap()`:
 
 ```TypeScript
-import { Transport } from '@nest/microservices';
+import { Transport } from '@nestjs/microservices';
 import { bootstrapWorker, VendureConfig } from '@vendure/core';
 
 const config: VendureConfig = {