From 3b27dd0b6d848d749b549e24117873577f757b78 Mon Sep 17 00:00:00 2001 From: Per Lundberg <perlun@gmail.com> Date: Thu, 9 Mar 2023 15:12:48 +0200 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c36777b..fe8c562 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ $ docker-machine create \ - `--hetzner-use-private-network`: Use private network - `--hetzner-firewalls`: Firewall IDs or names which should be applied on the server - `--hetzner-server-label`: `key=value` pairs of additional metadata to assign to the server. -- `--hetzner-key-label`: `key=value` pairs of additional metadata to assign to SSH key (only applies if newly creadted). +- `--hetzner-key-label`: `key=value` pairs of additional metadata to assign to SSH key (only applies if newly created). - `--hetzner-placement-group`: Add to a placement group by name or ID; a spread-group will be created on demand if it does not exist - `--hetzner-auto-spread`: Add to a `docker-machine` provided `spread` group (mutually exclusive with `--hetzner-placement-group`) - `--hetzner-ssh-user`: Change the default SSH-User -- GitLab