Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2017-05-31 10:19:35 +0300
committerGitHub <noreply@github.com>2017-05-31 10:19:35 +0300
commita4b0c0a07aab2c61f339c6ff59fc573eff78cbad (patch)
treef984f97bee9ecde0f87acb4a44f80cdf0d58edac
parent0a7e368ed6919f2914544dc8e1add2a429009d68 (diff)
Replace openhub badge with release version
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3fab002..8622c94 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
TinyDir
=======
-[![Build Status](https://travis-ci.org/cxong/tinydir.svg?branch=master)](https://travis-ci.org/cxong/tinydir)[![Project Stats](https://www.openhub.net/p/tinydir/widgets/project_thin_badge.gif)](https://www.openhub.net/p/tinydir)
+[![Build Status](https://travis-ci.org/cxong/tinydir.svg?branch=master)](https://travis-ci.org/cxong/tinydir)
+[![Release](http://img.shields.io/github/release/cxong/tinydir.svg)](https://github.com/cxong/tinydir/releases/latest)
Lightweight, portable and easy to integrate C directory and file reader. TinyDir wraps dirent for POSIX and FindFirstFile for Windows.