From a668a966693470725cfe0b6609cf697d5d08d35c Mon Sep 17 00:00:00 2001 From: mawalu Date: Sun, 7 Nov 2021 12:35:32 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff97ae1..2893677 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Starts the actual sandbox. ## Accessing the sandbox -By default, QEMU exposes to ports for each sandbox. An ssh port (starting at `5555`) and an "app port" that can be used by some app in the vm (starting at `8000`). Ports should be configurable in the future. +By default, QEMU exposes two ports for each sandbox. An ssh port (starting at `5555`) and an "app port" that can be used by some app in the vm (starting at `8000`). Ports should be configurable in the future. ## Tips for custom images