Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Apr 18, 2024
1 parent b63f94a commit a90affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-concepts/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To connect your client and core, you'll create a transport bridge that will pipe

```javascript
import HeroCore from '@ulixee/hero-core';
import TransportBridge from '@ulixee/net/lib/TransportBridge';
import { TransportBridge } from '@ulixee/net';
import { ConnectionToHeroCore } from '@ulixee/hero';

const bridge = new TransportBridge();
Expand Down Expand Up @@ -79,7 +79,7 @@ npm i --save @ulixee/hero-core @ulixee/net

```js
import HeroCore from '@ulixee/hero-core';
import WsTransportToClient from '@ulixee/net/lib/WsTransportToClient';
import { WsTransportToClient } from '@ulixee/net';
import * as WebSocket from 'ws';
import * as http from 'http';
import * as https from 'https';
Expand Down

0 comments on commit a90affe

Please sign in to comment.