From eb325333337aeff4144c274400a983219865d2f9 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 7 Dec 2014 20:27:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44fc047..f2238866 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Just copy the files to your build tree and use a C++11 compiler ##Features * Very fast - performance is the primary goal (see [becnhmarks](#benchmarks) below). * Headers only. -* No dependencies. +* No dependencies - just copy and use. * Cross platform - Linux / Windows on 32/64 bits. * **new!** Feature rich [call style](#usage-example) using the excellent [cppformat](http://cppformat.github.io/) library. * Optional ostream call style.