From 20607d67234a4600365c521b7e38e45de499ef3a Mon Sep 17 00:00:00 2001
From: FPaul <35642602+DJFPaul@users.noreply.github.com>
Date: Tue, 26 Dec 2023 18:59:49 +0100
Subject: [PATCH] Create README.md
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e681208
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# Text2POS
+
+![image](https://github.com/DJFPaul/Text2POS/assets/35642602/03c359d5-bde8-434f-935a-b414644cfe5a)
+
+Text2POS is a lightweight utility to print text from Generic/TextOnly printers.
+You can type via it's GUI, or pass text via command line.
+
+Includes code from: https://stackoverflow.com/a/53371049