From f3a17ab660a6265bdac695f2a11738c725a4f96b Mon Sep 17 00:00:00 2001 From: terik23 Date: Sat, 25 May 2019 21:16:25 +0500 Subject: [PATCH] update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ce5b33..b2b3e86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Nameof C++ - ```text _ _ __ _____ | \ | | / _| / ____|_ _ @@ -16,7 +14,7 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1d06f3f07afe4f34acd29c0c8efa830b)](https://www.codacy.com/app/Neargye/nameof?utm_source=github.com&utm_medium=referral&utm_content=Neargye/nameof&utm_campaign=Badge_Grade) [![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/1biubvidzJXEKr69) -## What is Nameof? +# Nameof C++ Header-only C++17 library provides nameof macros and functions to obtain simple name of variable, type, function, macro, and enum.