Skip to content

Commit

Permalink
Add badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Sep 18, 2024
1 parent f773aac commit b77eba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# inih

[![CI](https://github.com/jtilly/inih/actions/workflows/ci.yml/badge.svg)](https://github.com/jtilly/inih/actions/workflows/ci.yml)

This is a header only C++ version of [inih](https://github.com/benhoyt/inih).

**inih (INI Not Invented Here)** is a simple [.INI file](http://en.wikipedia.org/wiki/INI_file) parser written in C. It's only a couple of pages of code, and it was designed to be _small and simple_, so it's good for embedded systems. It's also more or less compatible with Python's [ConfigParser](http://docs.python.org/library/configparser.html) style of .INI files, including RFC 822-style multi-line syntax and `name: value` entries.
Expand Down

0 comments on commit b77eba1

Please sign in to comment.