From 7cf924dccb2497f2898f60e1752c7059b7f178c5 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 21 Aug 2023 14:08:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3037fa8..faaf210 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ d2ray checks whether a key file exists at path `/etc/xray/certs/keys` and genera You can either supply a pre-generated private key using `xray x25519` or let d2ray generate one. The corresponding public key is printed to the container log (`docker logs`), which clients use to connect. -If you are generating the private key yourself, the key file must contain exactly the output of `xray x25519`. +If you are generating the keys yourself, the key file must contain exactly the output of `xray x25519`. ## How To Update? - `docker compose down`