Skip to content

Commit e9b5b58

Browse files
README: tweak [ci skip]
1 parent 1891762 commit e9b5b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ If you are behind a firewall with a proxy, wormhole might fail to
180180
establish an outbound connection. For example, if you try:
181181

182182
```r
183-
> system2(future.p2p::find_wormhole(), args = c("send", "--text", "hello"))
183+
> system2(future.p2p:::find_wormhole(), args = c("send", "--text", "hello"))
184184
```
185185

186186
it might stall forever. If that happens, press <kbd>Ctrl-C</kbd> to
187187
interrupt and retry by disabling the proxy settings using:
188188

189189
```sh
190190
> Sys.unsetenv("http_proxy")
191-
> system2(future.p2p::find_wormhole(), args = c("send", "--text", "hello"))
191+
> system2(future.p2p:::find_wormhole(), args = c("send", "--text", "hello"))
192192
On the other computer, please run: wormhole receive (or wormhole-william recv)
193193
Wormhole code is: 53-visitor-physique
194194
```

0 commit comments

Comments
 (0)