update readme
This commit is contained in:
parent
4d918decea
commit
e3ed14df33
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# nameof c++
|
# Nameof C++
|
||||||
|
|
||||||
```text
|
```text
|
||||||
_ _ __ _____
|
_ _ __ _____
|
||||||
|
@ -9,9 +9,9 @@
|
||||||
|_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
|_| \_|\__,_|_| |_| |_|\___|\___/|_| \_____|
|
||||||
```
|
```
|
||||||
|
|
||||||
Branch | Linux/OSX | Windows | Codacy
|
Branch | Linux/OSX | Windows | License | Codacy
|
||||||
-------|-----------|---------|-------
|
-------|-----------|---------|---------|-------
|
||||||
master |[![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)
|
master |[![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)|[![License](https://img.shields.io/github/license/Neargye/nameof.svg)](LICENSE)|[![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)
|
||||||
|
|
||||||
C++ alternative to [nameof](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/nameof) operator in [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)).
|
C++ alternative to [nameof](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/nameof) operator in [C#](https://en.wikipedia.org/wiki/C_Sharp_(programming_language)).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue