Skip to content

Commit aa28522

Browse files
committed
update
1 parent 8011f2e commit aa28522

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ coverage/
88
.husky/
99

1010
# Build output
11-
dist
11+
dist
12+
13+
# Temporary/utility scripts
14+
scripts/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Exprify is a JavaScript expression parser and evaluator. It is made for math app
1616
[![Github Sponsor](https://img.shields.io/github/sponsors/code-hemu)](https://github.com/sponsors/code-hemu)
1717

1818

19-
## Features
19+
## Capabilities:
2020

2121
- Math expression parsing and evaluation
2222
- Variables, functions, and lambdas

0 commit comments

Comments
 (0)