From 156eeb9c99079b8a41caf550363b644a0d67a3e8 Mon Sep 17 00:00:00 2001 From: Maeght Loan <37497007+loan-mgt@users.noreply.github.com> Date: Mon, 27 May 2024 22:19:37 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bbfaef..6920e1f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Start tailwind watcher: ```bash -npx tailwindcss -i ./static/styles/input.css -o ./static/styles/output.css --minify``` +npx tailwindcss -i ./static/styles/input.css -o ./static/styles/output.css --minify +``` ## Flow chart @@ -47,4 +48,4 @@ graph TD class A,B,C,E,G,H,I,K,L,M,N,O,P,Q node; class D,F,J decision; -``` \ No newline at end of file +```