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.