From 255e91b51c7076c322a748c746a5fa63ceae6ae8 Mon Sep 17 00:00:00 2001 From: Song Yadong Date: Mon, 29 Jan 2024 14:54:18 +0800 Subject: [PATCH] fix a typo (#4845) --- platformio/project/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/project/commands/init.py b/platformio/project/commands/init.py index 51ae46a4..4dae6e58 100644 --- a/platformio/project/commands/init.py +++ b/platformio/project/commands/init.py @@ -223,7 +223,7 @@ def init_lib_readme(lib_dir): This directory is intended for project specific (private) libraries. PlatformIO will compile them to static libraries and link into executable file. -The source code of each library should be placed in a an own separate directory +The source code of each library should be placed in an own separate directory ("lib/your_library_name/[here are source files]"). For example, see a structure of the following two libraries `Foo` and `Bar`: