From 2e7f419841c8b6fced8923028ae293338d382a21 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sat, 7 Dec 2024 23:31:06 +0100 Subject: [PATCH] Actually fixed notes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90eac6d..f14e73f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Pure vanilla HTML/CSS/JS ✅ • Lightweight ✅ • Functional ✅ • No plain Simple link shortener built with flask. ->![WARNING] PLEASE CHANGE THE SECRET IN `app.py` BEFORE RUNNING IN PRODUCTION (this applies to the docker installation as well) +> ![IMPORTANT] +> PLEASE CHANGE THE SECRET IN `app.py` BEFORE RUNNING IN PRODUCTION (this applies to the docker installation as well) - [Installation (no docker)](#installation-no-docker) - [Usage](#usage) @@ -53,7 +54,8 @@ sudo docker exec -it shortn python src/manage_users.py list sudo docker exec -it shortn python src/manage_users.py remove --username ``` ->[!NOTE] The database is **ephemeral** and will be lost when the container is removed. That is intentional. +> [!NOTE] +> The database is **ephemeral** and will be lost when the container is removed. That is intentional. ## TODOs - [x] basic UI (to add links)