diff --git a/README.md b/README.md index dcb854b..e1dcf22 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,2 @@ -# PebbleCalc -A simple calculator app for the Pebble smartwatch -Support addition, subtraction, multiplication, division and exponentiation. -Supports up to 2 digits of decimals using fixed-point arithmetic. - -Credit to Wojciech Siewierski for his fixed point arithmetic implementation. It was made for his [GravCalc](https://github.com/Vifon/GravCalc) Pebble app. +# PebbLisp +A very basic LISP implementation with an interpreter and editor written for the Pebble