diff --git a/README.md b/README.md
index aad4a7a..3727e67 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# SQL Query Parser
+
+
+
A TypeScript implementation of a SQL query parser that can query flat JSON objects. The application provides a web interface for executing SQL queries and viewing query history.
@@ -79,4 +82,4 @@ Criteria for quality:
- Correctness on valid queries
- Graceful failure on invalid queries -- do not crash or fail silently to the user given valid initial inputs
- General code structure and taste; if you don't know Haskell conventions that's fine, just do something that you find readable.
-- No excessive optimizations, difficult to read function chaining, or typelevel programming.
\ No newline at end of file
+- No excessive optimizations, difficult to read function chaining, or typelevel programming.