diff options
author | Vincent Batts <[email protected]> | 2018-08-08 19:05:43 -0400 |
---|---|---|
committer | Dave Anderson <[email protected]> | 2018-08-08 16:08:51 -0700 |
commit | dfa16c61dad2b18a385dfb351adf71566720535b (patch) | |
tree | 9aeadde3e0f4d21d5058ff962d381541636532e0 /cmd/tlsrouter | |
parent | f5c09fbedceb69e4b238dec52cdf9f2fe9a815e2 (diff) |
tlsrouter/README: fix the go get url
Fixes #19
Signed-off-by: Vincent Batts <[email protected]>
Diffstat (limited to 'cmd/tlsrouter')
-rw-r--r-- | cmd/tlsrouter/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/tlsrouter/README.md b/cmd/tlsrouter/README.md index 5a75935..9c7eee2 100644 --- a/cmd/tlsrouter/README.md +++ b/cmd/tlsrouter/README.md @@ -11,7 +11,7 @@ This is not an official Google project. Install TLSRouter via `go get`: ```shell -go get go.universe.tf/tlsrouter +go get go.universe.tf/tcpproxy/cmd/tlsrouter ``` ## Usage |