From 0640ba481f9af33b358670baa0f70721b53c4ddb Mon Sep 17 00:00:00 2001
From: Alexandru Gherghescu <gherghescu_alex1@yahoo.ro>
Date: Fri, 29 Sep 2023 20:26:50 +0300
Subject: [PATCH] Fix README typos (again.. oops)

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 40d11aa..f2ce6f7 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ will (almost surely) result in an Out-of-Memory CUDA error.
 
 ## TODOs
 
-[ ] Choose Python package versions to use inside the Dockerfile, rather than
+- [ ] Choose Python package versions to use inside the Dockerfile, rather than
 have them dangling, to prevent compatibility problems.
-[ ] Look into quantization (the current model is 8-bit quantized already).
-[ ] Better dialog script file.
+- [ ] Look into quantization (the current model is 8-bit quantized already).
+- [ ] Better dialog script file.
-- 
GitLab