diff --git a/README.md b/README.md index 8a87286..d0bc5ef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -## Programmable command-line calculator using reverse polish notation [![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 + +> [!IMPORTANT] +> This app is now being maintained on [Codeberg](https://codeberg.org/scip/rpnc/). + + This is a small commandline calculator which takes its input in [reverse polish notation](https://en.wikipedia.org/wiki/Reverse_Polish_notation) form.