From 17440cdde4fea69ee3136256e82fabf94304c967 Mon Sep 17 00:00:00 2001 From: Ravindra Shinde Date: Thu, 1 Apr 2021 13:12:59 +0200 Subject: [PATCH] badges updated --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc75dfc..8613b58 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,30 @@ # A Modern Fortran-based Parser -| **Status** | ![Github issues](https://img.shields.io/github/issues/TREX-CoE/fparser) ![Github forks](https://img.shields.io/github/forks/TREX-CoE/fparser) ![Github stars](https://img.shields.io/github/stars/TREX-CoE/fparser) | +| **Status** | ![Github issues](https://img.shields.io/github/issues/TREX-CoE/fparser) ![Pull Requests](https://img.shields.io/github/issues-pr/TREX-CoE/fparser) ![Github forks](https://img.shields.io/github/forks/TREX-CoE/fparser) ![Github stars](https://img.shields.io/github/stars/TREX-CoE/fparser) ![languages](https://img.shields.io/github/languages/count/TREX-CoE/fparser) ![Contributors](https://img.shields.io/github/contributors/TREX-CoE/fparser) | | :------ | :------- | | **License** | ![Github license](https://img.shields.io/github/license/TREX-CoE/fparser)| + + + This repository contains a modern Fortran-based input file parser. It uses a modified libfdf library. ---