From 690cdf852d5c0629a8bb9868a1cd3e3ecec62317 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Fri, 24 Apr 2015 12:29:58 +0200 Subject: [PATCH] smaller logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 155fafe..8a2efa1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mstch - {{mustache}} templates in C++11 -![mstch logo](http://i.imgur.com/GM8V88a.png) +![mstch logo](http://i.imgur.com/XAdHwUs.png) mstch is a complete implementation of [{{mustache}}](http://mustache.github.io/) templates using modern C++.