diff --git a/README.md b/README.md index 80d94dc..b50d5b7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ bash$ calc supports all the standard stuff, and I'm definitely adding more later (also feel free to fork and add your own!) ##### Operators -`+`, `-`, `*`, `/`, `^` +`+`, `-`, `*`, `/`, `^`, `%` ##### Functions `sin`, `cos`, `tan`, `asin`, `acos`, `atan`, `sqrt`, `log`, `lg`, `ln`, `abs`