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

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@users.noreply.github.com>2020-06-21 07:23:20 +0300
committerGitHub <noreply@github.com>2020-06-21 07:23:20 +0300
commit2650106d472d070f719f1dd8796055008bac3915 (patch)
tree7e87922e9706286c6ba109c78da4d06631ce4023
parent0607b9f7f7d92df418a9aec1d080193027e88726 (diff)
Fix build status
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e6f1288..1ae1ef9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
simpleini
=========
-[![TravisCI Status](https://travis-ci.org/brofield/simpleini.svg?branch=master)](https://travis-ci.org/brofield/simpleini)
+[![Build Status](https://travis-ci.org/brofield/simpleini.svg?branch=master)](https://travis-ci.org/brofield/simpleini)
+
A cross-platform library that provides a simple API to read and write INI-style configuration files. It supports data files in ASCII, MBCS and Unicode. It is designed explicitly to be portable to any platform and has been tested on Windows, WinCE and Linux. Released as open-source and free using the MIT licence.