From 0dbdb360c3cedbf73495c53684218b8bba6e469a Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 2 Nov 2025 10:46:07 +0100 Subject: [PATCH] fix status badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.