Skip to content

Commit 5962a8c

Browse files
committed
docs: add project icon and status badges to the README
1 parent 6756cad commit 5962a8c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
<div align="center">
2+
3+
<img src="src/icon.png" alt="RPN app icon" width="64" height="64">
4+
15
# RPN for NumWorks
26

7+
[![GitHub release](https://img.shields.io/github/v/release/1e1/numworks-RPN?style=flat-square)](https://github.com/1e1/numworks-RPN/releases)
8+
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/1e1/numworks-RPN?style=flat-square&color=brightgreen)](https://github.com/1e1/numworks-RPN/commits/main)
9+
[![License](https://img.shields.io/github/license/1e1/numworks-RPN?style=flat-square)](https://github.com/1e1/numworks-RPN/blob/main/LICENSE)
10+
11+
</div>
12+
313
A **Reverse Polish Notation** (RPN) calculator as an external app for the
414
[NumWorks](https://www.numworks.com) graphing calculator.
515

0 commit comments

Comments
 (0)