diff --git a/README.md b/README.md index 81feebb..9c7c389 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ master |[![Build Status](https://travis-ci.org/Neargye/nameof.svg?branch=master) ## What is Nameof? -A header only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro and enum. +Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. Before, you had to use string literals to refer to definitions, which is brittle when renaming code elements because tools do not know to check these string literals.