Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
missing a bracket
  • Loading branch information
ufo22940268 authored Jun 14, 2018
1 parent ab592a9 commit 1c50044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ There is also `Configuration` to load rules from a Yaml config file. But that is
Now we can start a HTTP/SOCKS5 proxy server locally.

```swift
let server = GCDHTTPProxyServer(address: IPv4Address(fromString: "127.0.0.1"), port: Port(port: 9090)
let server = GCDHTTPProxyServer(address: IPv4Address(fromString: "127.0.0.1"), port: Port(port: 9090))
try! server.start()
```

Expand Down

0 comments on commit 1c50044

Please sign in to comment.