Diff

mod_pubsub_eventsource/README.markdown @ 5923:694b62d8a82f

various/README: Fix 'labels' metadata, should be a list
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2024 17:37:38 +0200
parent 1803:4d73a1a6ba68
line wrap: on
line diff
--- a/mod_pubsub_eventsource/README.markdown	Sat May 04 13:25:06 2024 +0200
+++ b/mod_pubsub_eventsource/README.markdown	Sun May 05 17:37:38 2024 +0200
@@ -1,5 +1,6 @@
 ---
-labels: 'Stage-Beta'
+labels:
+- Stage-Beta
 summary: Subscribe to pubsub nodes using the HTML5 EventSource API
 ...