Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 80f6c4c

Browse files
author
Martin Wentzel
committed
Enhances example in README with import statement.
1 parent 6d0f41f commit 80f6c4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ $ yarn add node-ssh-forward
2424
Setting up the initial ssh connection (using a bastion host)
2525

2626
```js
27+
import { SSHConnection } from ‘node-ssh-forward’
28+
2729
const sshConnection = new SSHConnection({
2830
endHost: 'example.com',
2931
bastionHost: 'my-bastion-host.com'

0 commit comments

Comments
 (0)