From 1739239813ec83207762536bf364d84450d135d8 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Thu, 16 Nov 2023 19:45:46 +0100 Subject: [PATCH] README.md: was a Markdown paragraph and should be a list The Markdown was, at least at github.com, displayed as a paragraph. And it reads beter as a list. Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- meta-webserver/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-webserver/README.md b/meta-webserver/README.md index d23f6cc65c..d1b743887c 100644 --- a/meta-webserver/README.md +++ b/meta-webserver/README.md @@ -26,10 +26,10 @@ branch: master Layout ------ -recipes-httpd/ Web servers -recipes-php/ PHP applications -recipes-support/ Miscellaneous support recipes -recipes-webadmin/ Standalone web administration interfaces +* recipes-httpd/ Web servers +* recipes-php/ PHP applications +* recipes-support/ Miscellaneous support recipes +* recipes-webadmin/ Standalone web administration interfaces Notes