From 909eacc5d0d2acd8dac91c63e07912018f346fba Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Wed, 8 Jan 2025 20:14:40 +0100 Subject: [PATCH] Fix table formatting Signed-off-by: Jacob Laursen --- bundles/org.openhab.transform.basicprofiles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.transform.basicprofiles/README.md b/bundles/org.openhab.transform.basicprofiles/README.md index 5f76a6cce4f..ac6db7b2787 100644 --- a/bundles/org.openhab.transform.basicprofiles/README.md +++ b/bundles/org.openhab.transform.basicprofiles/README.md @@ -2,7 +2,7 @@ This bundle provides a list of useful Profiles: -| Profile | Description | +| Profile | Description | | --------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | [Generic Command Profile](#generic-command-profile) | Sends a Command towards the Item when an event is triggered | | [Generic Toggle Switch Profile](#generic-toggle-switch-profile) | Toggles a Switch Item when an event is triggered |