From 2fa29987cab8ef32594b55eb7d05658d625244f3 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 26 Aug 2016 14:16:36 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index d027abbc..b00171af 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,7 @@ Time needed to log 1,000,000 lines in asynchronous mode, i.e. the time it takes ## Usage Example ```c++ -// -// Copyright(c) 2015 Gabi Melman. -// Distributed under the MIT License (http://opensource.org/licenses/MIT) -// -// -// spdlog usage example -// + #include "spdlog/spdlog.h" #include