From 8378cde37260621e6c9e7aeff6005e1ab89572fd Mon Sep 17 00:00:00 2001 From: retoor Date: Mon, 27 Jan 2025 18:33:32 +0000 Subject: [PATCH] fix: add missing closing code fence to README example block The diff adds a closing triple backtick to the Python example in the README, which was previously unterminated and would break markdown rendering of the code block. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 055abf3..d2b158d 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ print( "" ) {% endpy3 %} +``` ### Example database usage See here an example of a visitor counter on your website. This is all you have to do. It's a persistent database. No configuration required! For more information how to use the database, visit the [dataset documentation](https://dataset.readthedocs.io/en/latest/).