From 6767a154411dd241739398436f1e0d16bcfcfd38 Mon Sep 17 00:00:00 2001 From: David Fifield Date: Tue, 2 Apr 2024 16:59:01 +0000 Subject: [PATCH] Fix readme typo. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1dd7fb7..3c2172a 100644 --- a/README +++ b/README @@ -167,7 +167,7 @@ tunnel-client$ go build Copy the server's public key (server.pub) to the client. You don't need the private key (server.key) on the client. -Run champa-server. +Run champa-client. ``` tunnel-client$ ./champa-client -pubkey-file server.pub -cache https://cdn.ampproject.org/ -front www.google.com https://example.com/champa/ 127.0.0.1:7000 ``` -- 2.11.4.GIT