From 7a0a3055c4b7096546ad533ee8c5be4872764d80 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Thu, 5 Aug 2021 01:16:22 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc11eaa..2a15ec5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## 📣 What's New: Version v2.2 - 🎉 **New Features** - - **QR Code**: You can add the private key of your existed peer to create a QR code, or just create a new one, dashboard will now be able to auto generate a private key and public key ;) Don't worry, all keys will be generated on your machine, and **will delete all key files after they got generated**. + - **QR Code**: You can add the private key in peer setting of your existed peer to create a QR code. Or just create a new one, dashboard will now be able to auto generate a private key and public key ;) Don't worry, all keys will be generated on your machine, and **will delete all key files after they got generated**. - **Autostart on boot**: Added a tutorial on how to start the dashboard to on boot! Please read the [tutorial below](https://github.com/donaldzou/wireguard-dashboard/tree/v2.2-beta#autostart-wireguard-dashboard-on-boot). - 🪚 **Bug Fixed** - When there are comments in the wireguard config file, will cause the dashboard to crash.