diff --git a/README b/README.md similarity index 85% rename from README rename to README.md index 3862064..2805f5d 100644 --- a/README +++ b/README.md @@ -1,3 +1,5 @@ +[![Repology](https://img.shields.io/repology/repositories/pystring)](https://repology.org/project/pystring/versions) + Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string. Implemented in C++, it does not require or make use of a python interpreter. It provides