diff --git a/README.md b/README.md index e96863b..101d291 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ |_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____| ``` -[![Github Releases](https://img.shields.io/github/release/Neargye/nameof.svg)](https://github.com/Neargye/nameof/releases) +[![Github releases](https://img.shields.io/github/release/Neargye/nameof.svg)](https://github.com/Neargye/nameof/releases) [![License](https://img.shields.io/github/license/Neargye/nameof.svg)](LICENSE) -[![Build Status](https://travis-ci.org/Neargye/nameof.svg?branch=master)](https://travis-ci.org/Neargye/nameof) +[![Build status](https://travis-ci.org/Neargye/nameof.svg?branch=master)](https://travis-ci.org/Neargye/nameof) [![Build status](https://ci.appveyor.com/api/projects/status/yq5fk0d9mwljbubt/branch/master?svg=true)](https://ci.appveyor.com/project/Neargye/nameof/branch/master) -[![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) +[![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/XjaqDqqHOGJT56HE) # Nameof C++ -Header-only C++17 library provides nameof macros and functions to obtain simple name of variable, type, function, macro, and enum. +Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum. ## Features diff --git a/conanfile.py b/conanfile.py index 224297f..aed0a2c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -8,7 +8,7 @@ from conans.errors import ConanInvalidConfiguration class NameofConan(ConanFile): name = 'nameof' version = '0.9.0' - description = 'Header-only C++17 library provides nameof macros and functions to obtain simple name of variable, type, function, macro, and enum.' + description = 'Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum.' topics = ( 'conan', 'nameof',