Skip to content

Commit 1a184d5

Browse files
authoredJul 30, 2020
Merge pull request #9 from mkontani/patch-1
Fix example
2 parents d23ad65 + 387c3d6 commit 1a184d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for resp := range respChan {
6060
### Stream example
6161
```go
6262
vs := vssh.New().Start()
63-
config, _ := vssh.GetConfigPEM("mypem.pem")
63+
config, _ := vssh.GetConfigPEM("vssh", "mypem.pem")
6464
vs.AddClient("54.193.17.197:22", config, vssh.SetMaxSessions(4))
6565
vs.Wait()
6666

0 commit comments

Comments
 (0)