From 4d828500af8828fc72f992f8e1c4daac8eaf292b Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 28 Dec 2024 19:03:18 -0500 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3705329..a4c60fd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ make release # Build. The following things are possible: 1. Floating-point numbers 2. Negative numbers - 3. Basic binary infix operators; +, -, \*, / - 4. The same as conventional functions; sum(), sub(), mul(), div() + 3. Basic binary infix operators; `+`, `-`, `*`, `/` + 4. The same as conventional functions; `sum()`, `sub()`, `mul()`, `div()` ## Syntax (Planned)