From 0a20069b2c0e2e60b608996708cb63647eba4c80 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 16 May 2021 21:22:04 +0700 Subject: [PATCH] Remove networking note from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c35a7b..206ca44 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ docker run -it lukechilds/dockerpi pi2 docker run -it lukechilds/dockerpi pi3 ``` -> **Note:** Pi 2 and Pi 3 support is currently experimental. Networking doesn't work and QEMU hangs once the machines are powered down requiring you to `docker kill` the container. See [#4](https://github.com/lukechilds/dockerpi/pull/4) for details. +> **Note:** In the Pi 2 and Pi 3 machines, QEMU hangs once the machines are powered down requiring you to `docker kill` the container. See [#4](https://github.com/lukechilds/dockerpi/pull/4) for details. ## Wait, what?