From b28ebb5d20570dc87fc854c04fd3806f5334898a Mon Sep 17 00:00:00 2001 From: Tjerk Woudsma Date: Sat, 18 Sep 2021 12:34:04 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ff7bc2..c3610e8b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Suggestions/PRs welcomed! ``` or docker: ```shell - docker run -v ./private.key:/private.key -v ./config.json:/config.json headscale/headscale:x.x.x headscale namespace create myfirstnamespace + docker run -v ./private.key:/private.key -v ./config.json:/config.json headscale/headscale:x.x.x headscale namespaces create myfirstnamespace ``` 5. Run the server