Skip to content

Commit

Permalink
fix(docs): update import package for Transport (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
JWimsingues authored Mar 24, 2020
1 parent e164567 commit 91cff38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/developer-guide/vendure-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 91cff38

Please sign in to comment.