Skip to content

Commit 7bb1ec3

Browse files
authored
Merge pull request #39 from Rookfighter/feature/update-readme
Update README.md
2 parents fcdbad0 + 7f4a62e commit 7bb1ec3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# inifile-cpp
22
![License](https://img.shields.io/packagist/l/doctrine/orm.svg)
3-
![CMake](https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg)
3+
[![CMake](https://github.com/Rookfighter/inifile-cpp/workflows/CMake/badge.svg)](https://github.com/Rookfighter/inifile-cpp/actions/workflows/cmake.yml)
4+
[![codecov](https://codecov.io/gh/Rookfighter/inifile-cpp/graph/badge.svg?token=39FL0C8NRK)](https://codecov.io/gh/Rookfighter/inifile-cpp)
45

56
```inifile-cpp``` is a simple and easy to use single header-only ini file en- and decoder for C++.
67

@@ -116,6 +117,7 @@ Natively supported types are:
116117
* ```double```
117118
* ```std::string```
118119
* ```const char *```
120+
* ```std::string_view```
119121

120122
Custom type conversions can be added by implementing specialized template of the ```ini::Convert<T>``` functor (see examples).
121123

@@ -234,11 +236,11 @@ namespace ini
234236
}
235237
```
236238

237-
## Contributors
239+
## Contributing
238240

239-
Thanks to all contributors for extending, improving and fixing this small, but seemingly popular library:
241+
If you want to contribute new features or bug fixes, simply file a pull request.
242+
Make sure all CI checks pass, otherwise PRs will not be merged.
240243

241-
* [rjungheinrich](https://github.com/rjungheinrich)
242-
* [JGJunghein](https://github.com/JGJunghein)
243-
* [antonioborondo](https://github.com/antonioborondo)
244-
* [jtikalsky](https://github.com/jtikalsky)
244+
## License
245+
246+
`inifile-cpp` is licensed under the [MIT license](https://github.com/Rookfighter/inifile-cpp/blob/main/LICENSE.txt)

0 commit comments

Comments
 (0)