From 6b8129a5a79dec5919e28a14d1c26927b9fb22a2 Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Fri, 31 Jan 2025 14:39:05 +0900 Subject: [PATCH] README: typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c100cc4..08d7c92d 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ You have found the easiest way to install & manage WireGuard on any Linux host! > [**production** branch](https://github.com/wg-easy/wg-easy/tree/production)! We provide more than 1 docker image tag, the following will help you decide -which one suites the best for you. +which one suits you best. | tag | Branch | Example | Description | | - | - | - | - | -| `latest` | [`production`](https://github.com/wg-easy/wg-easy/tree/production) | `ghcr.io/wg-easy/wg-easy:latest` or `ghcr.io/wg-easy/wg-easy` | stable as possbile get bug fixes quickly when needed, deployed against [`production`](https://github.com/wg-easy/wg-easy/tree/production). | +| `latest` | [`production`](https://github.com/wg-easy/wg-easy/tree/production) | `ghcr.io/wg-easy/wg-easy:latest` or `ghcr.io/wg-easy/wg-easy` | stable as possible get bug fixes quickly when needed, deployed against [`production`](https://github.com/wg-easy/wg-easy/tree/production). | | `14` | [`production`](https://github.com/wg-easy/wg-easy/tree/production) | `ghcr.io/wg-easy/wg-easy:14` | same as latest, stick to a version tag. | | `nightly` | [`master`](https://github.com/wg-easy/wg-easy/tree/master) | `ghcr.io/wg-easy/wg-easy:nightly` | mostly unstable gets frequent package and code updates, deployed against [`master`](https://github.com/wg-easy/wg-easy/tree/master). | | `development` | pull requests | `ghcr.io/wg-easy/wg-easy:development` | used for development, testing code from PRs before landing into [`master`](https://github.com/wg-easy/wg-easy/tree/master). |