From 64104e36b7723889d0ef3870269df74f602a0a18 Mon Sep 17 00:00:00 2001 From: Lai1337 <46315517+Lai1337@users.noreply.github.com> Date: Fri, 4 Jan 2019 13:17:49 +0100 Subject: [PATCH] typo All plugins are in the folder `/home/pi/craftbeerpi3/modules/plugins`. --- Extending-CraftBeerPi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extending-CraftBeerPi.md b/Extending-CraftBeerPi.md index b5c1c38..488ed62 100644 --- a/Extending-CraftBeerPi.md +++ b/Extending-CraftBeerPi.md @@ -1,6 +1,6 @@ ## How to develop a new plugin -All plugins are in the folder `/home/pi/craftbeerp3/modules/plugins`. +All plugins are in the folder `/home/pi/craftbeerpi3/modules/plugins`. Each folder is an own plugin. If you like to create a new plugin just create a new folder under `/home/pi/craftbeerp3/modules/plugins`