From e4e1ac83400eead1da4c59a19893940ed8f579b3 Mon Sep 17 00:00:00 2001
From: carcinocron <4094542+carcinocron@users.noreply.github.com>
Date: Mon, 6 Nov 2023 21:34:32 -0500
Subject: [PATCH] Update README.md
Added screenshots.
---
README.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/README.md b/README.md
index b37fc08..47853b0 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,26 @@ require "shell-table"
See the `/examples` folder for usage (for now)
+### Simple Example
+
+[simple example code](/examples/simple.cr)
+
+```bash
+crystal lib/shell-table/examples/simple.cr
+```
+
+
+
+
+### DSL Example
+
+[DSL example code](/examples/dsl.cr)
+
+```bash
+crystal lib/shell-table/examples/dsl.cr
+```
+
+
## Contributing