From c6325f55812b7f35bd0517f907167db667ed5689 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Mon, 27 Apr 2015 11:08:10 +0200 Subject: [PATCH] logo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e67228..d2942ad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mstch - {{mustache}} templates in C++11 -![mstch logo](http://i.imgur.com/XAdHwUs.png) +![mstch logo](http://i.imgur.com/MRyStO5.png) mstch is a complete implementation of [{{mustache}}](http://mustache.github.io/) templates using modern C++.