From 87babde79a2f1d4384b35587edc770081779794d Mon Sep 17 00:00:00 2001 From: seanauff Date: Sat, 6 Feb 2021 12:28:54 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15090ce..0a7a633 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ If you have any questions, feel free to log an issue on this project, and I'll s ## Reconnecting to MCU after board power cycle -Depending on your power situation, removing power from the printer main board will interrupt the serial connection. I had to give my container some more permissions in order to detect the coonection again without restarting the entire container. There is some discussion [here](https://github.com/moby/moby/issues/35359) and [here](https://www.losant.com/blog/how-to-access-serial-devices-in-docker). +Depending on your power situation, removing power from the printer main board will interrupt the serial connection. I had to give my container some more permissions in order to detect the connection again without restarting the entire container. There is some discussion [here](https://github.com/moby/moby/issues/35359) and [here](https://www.losant.com/blog/how-to-access-serial-devices-in-docker). ## Updates