From 0ed97819feecca052838c8e77ed9db888cf6b663 Mon Sep 17 00:00:00 2001 From: Joao Figueiredo Date: Mon, 2 Jun 2025 02:15:42 +0100 Subject: [PATCH] improve readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 429d9c6..6f447ec 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ # wp-spaceapi-consumer -Small WordPress plugin to consume an SpaceAPI endpoint and indicate on the WordPress website if the Space is Open or Closed \ No newline at end of file +Small WordPress plugin to consume an SpaceAPI endpoint and indicate on the WordPress website if the Space is Open or Closed + +## Usage + +### Shortcode + +You can use the shortcode `[space_status]` to display the status of the SpaceAPI endpoint on your WordPress site. + +### Widget + +You can also use the widget `SpaceAPI Status` to display the status of the SpaceAPI endpoint in your WordPress sidebar or footer.