From b635d44257e86f4ce77ec4f4746f5f0badf76504 Mon Sep 17 00:00:00 2001 From: Richard Huynh <1764089+namidairo@users.noreply.github.com> Date: Sat, 5 Oct 2019 20:22:06 +1000 Subject: [PATCH] Make use of "WireGuard" consistent, fix a typo Stop use of "wireguard", "Wireguard" in places where it isn't a command or URL. --- README.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 68218b6..0294a04 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@
-# The Unofficial Wireguard Documentation +# The Unofficial WireGuard Documentation

-API reference guide for Wireguard including Setup, Configuration, and Usage, with examples. +API reference guide for WireGuard including Setup, Configuration, and Usage, with examples. All credit goes to the WireGuard project, [zx2c4](https://www.zx2c4.com/), [Edge Security](https://www.edgesecurity.com/), and the [open source contributors](https://github.com/WireGuard/WireGuard/graphs/contributors) for the original software,
this is my solo unofficial attempt at providing more comprehensive documentation, API references, and examples.
@@ -23,9 +23,9 @@ Nicer HTML page version: https://docs.sweeting.me/s/wireguard [WireGuard](https://www.wireguard.com/) is a BETA/WIP open-source VPN solution written in C by [Jason Donenfeld](https://www.jasondonenfeld.com) and [others](https://github.com/WireGuard/WireGuard/graphs/contributors), aiming to fix many of the problems that have plagued other modern server-to-server VPN offerings like IPSec/IKEv2, OpenVPN, or L2TP. It shares some similarities with other modern VPN offerings like [Tinc](https://www.tinc-vpn.org/) and [MeshBird](https://github.com/meshbird/meshbird), namely good cipher suites and minimal config. -This is my attempt at writing "The Unofficial Wireguard Documentation" to make up for the somewhat sparse official docs on an otherwise great piece of software. +This is my attempt at writing "The Unofficial WireGuard Documentation" to make up for the somewhat sparse official docs on an otherwise great piece of software. -(This repo used to be called "The Missing Wireguard Documentation" but I felt bad about implying that Wireguard has no docs, they do have docs, they're just hidden away in the manpages and mailing lists.) +(This repo used to be called "The Missing WireGuard Documentation" but I felt bad about implying that WireGuard has no docs, they do have docs, they're just hidden away in the manpages and mailing lists.) **Official Links** @@ -65,7 +65,7 @@ See https://github.com/pirate/wireguard-docs for example code and documentation
  • List of Possible VPN Solutions
  • -
  • Wireguard Documentation +
  • WireGuard Documentation