diff --git a/README.md b/README.md index 8a87286..99d52e3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -## Programmable command-line calculator using reverse polish notation - +[![status-badge](https://ci.codeberg.org/api/badges/15511/status.svg?branch=main)](https://ci.codeberg.org/repos/15511) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://codeberg.org/scip/rpnc/raw/branch/master/LICENSE) [![Go Report Card](https://goreportcard.com/badge/codeberg.org/scip/rpnc)](https://goreportcard.com/report/codeberg.org/scip/rpnc) +## Programmable command-line calculator using reverse polish notation + This is a small commandline calculator which takes its input in [reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) form.