Selaa lähdekoodia

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

Jérémy Wimsingues 5 vuotta sitten
vanhempi
sitoutus
91cff3881c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()`:
 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
 ```TypeScript
-import { Transport } from '@nest/microservices';
+import { Transport } from '@nestjs/microservices';
 import { bootstrapWorker, VendureConfig } from '@vendure/core';
 import { bootstrapWorker, VendureConfig } from '@vendure/core';
 
 
 const config: VendureConfig = {
 const config: VendureConfig = {