Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
infibrocco committed Jan 4, 2024
1 parent f3ca8fa commit 1dd2114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Yet Another Math Parser (PYthon)
# Parsematic

This is a basic math parser that can parse mathematical expressions.

Expand All @@ -21,7 +21,7 @@ Parses a variety of mathematical expressions, including:
First, install it with:

```
pip install yampy
pip install parsematic
```

Import the MathParser class:
Expand All @@ -46,7 +46,7 @@ print(result) # Output: 11
Or, use it from the command line

```Python
python -m yampy "2 + 3 * (4 - 1)"
python -m parsematic "2 + 3 * (4 - 1)"
```

Supported Operators:
Expand Down

0 comments on commit 1dd2114

Please sign in to comment.