Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit a9f94df

Browse files
committed
Minor update to README
1 parent 12fb27e commit a9f94df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
<img height="100" src="img/logo.png"/>
33
</p>
44

5+
<p align="center">
6+
<!-- <a href="https://travis-ci.com/p-ranav/cppgit2">
7+
<img src="https://travis-ci.com/p-ranav/tabulate.svg?token=haZMYySrhmkE9vsJse61&branch=master" alt="ci status"/>
8+
</a> -->
9+
<a href="https://en.wikipedia.org/wiki/C%2B%2B11">
10+
<img src="https://img.shields.io/badge/C%2B%2B-11-blue.svg" alt="standard"/>
11+
</a>
12+
<a href="https://github.com/p-ranav/tabulate/blob/master/LICENSE">
13+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
14+
</a>
15+
<img src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" alt="version"/>
16+
</p>
17+
518
`cppgit2` is a `libgit2` wrapper library for use in modern C++ `( >= C++11)`. See the [Build and Integration](#build-and-integration) section for details on how to build and integrate `cppgit2` in your projects.
619

720
<p align="center">

0 commit comments

Comments
 (0)