From 6d1538bb28cd26bce6dc7672ce3e1516ded85210 Mon Sep 17 00:00:00 2001 From: Thomas Maurice Date: Sat, 18 May 2024 19:42:28 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 200c06e..51e8d34 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To send it via the nats-cli: $ nats pub gotify '{"title": "hello world", "message": "this is **the message**", "priority": 10, "markdown": false, "url": "https://google.fr"}' ``` -# Supported authentication schemes +## Supported authentication schemes The following authentication schemes are supported when connecting to a NATS server/cluster: @@ -77,7 +77,7 @@ auth: debug: false ``` -# Compatibility matrix +## Compatibility matrix Given the rapid development of NATS compared to Gotify and the number of core libs they share in common (`x/crypto` mainly) it is very hard and annoying (or even impossible) to release versions of the plugin for the X latest versions of Gotify. Indeed these will cause conflicts when trying to import the plugin.