diff --git a/recipes/dev/hello-world/recipe.toml b/recipes/dev/hello-world-examples/recipe.toml
similarity index 69%
rename from recipes/dev/hello-world/recipe.toml
rename to recipes/dev/hello-world-examples/recipe.toml
index 23d7120dcd91f002487203298e759bab5d8702ff..43f16e30dbe01244523a7f872ddbbf090f744e1c 100644
--- a/recipes/dev/hello-world/recipe.toml
+++ b/recipes/dev/hello-world-examples/recipe.toml
@@ -4,6 +4,6 @@ git = "https://github.com/leachim6/hello-world"
 [build]
 template = "custom"
 script = """
-mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world
-cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hello-world-examples
+cp -rv "${COOKBOOK_SOURCE}"/[#,a-z] "${COOKBOOK_STAGE}"/usr/share/hello-world-examples
 """