From 6934078440031cbf8d36560f7cc1aaf465c78b30 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 May 2019 15:37:16 -0400 Subject: [PATCH] typo fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a83a03..4bb33b5 100644 --- a/README.md +++ b/README.md @@ -968,7 +968,7 @@ You can read in a file as the `PrivateKey` by doing something like: ### Containerization -WireGuard can be run in Docker with varying degrees of easy. Int he simplest case, `--privileged` and `--cap-add=all` args can be added to the docker commands to enable the loading of the kernel module. +WireGuard can be run in Docker with varying degrees of ease. In the simplest case, `--privileged` and `--cap-add=all` args can be added to the docker commands to enable the loading of the kernel module. Setups can get somewhat complex are are highly dependent on what you're trying to achieve. You can have WireGuard itself run in a container and expose a network interface to the host, or you can have WireGuard running on the host exposing an interface to specific containers.