From 999efdb2e89781671a873ee9ed1bde9496846f94 Mon Sep 17 00:00:00 2001 From: Terry Wang Date: Tue, 9 Nov 2021 10:32:31 +1100 Subject: [PATCH] docs: improve grammar and readability for README.md (#225) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d2a05f..fe23b03 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Nebula's user-defined groups allow for provider agnostic traffic filtering betwe Discovery nodes allow individual peers to find each other and optionally use UDP hole punching to establish connections from behind most firewalls or NATs. Users can move data between nodes in any number of cloud service providers, datacenters, and endpoints, without needing to maintain a particular addressing scheme. -Nebula uses elliptic curve Diffie-Hellman key exchange, and AES-256-GCM in its default configuration. +Nebula uses Elliptic-curve Diffie-Hellman (`ECDH`) key exchange and `AES-256-GCM` in its default configuration. -Nebula was created to provide a mechanism for groups hosts to communicate securely, even across the internet, while enabling expressive firewall definitions similar in style to cloud security groups. +Nebula was created to provide a mechanism for groups of hosts to communicate securely, even across the internet, while enabling expressive firewall definitions similar in style to cloud security groups. ## Getting started (quickly)