From ddb16bae72dc5005de8223119a022772adbfcc69 Mon Sep 17 00:00:00 2001
From: Daniel Larimer <dan@steemit.com>
Date: Thu, 20 Oct 2016 17:05:12 -0400
Subject: [PATCH] attempt to enable code highlighting in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 345e4814b..0f200a4cc 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
 
 ## Example Usage 
 
-```
+``` c++
 enum tables {
    book_table
 }
-- 
GitLab