From 48a5c70fa3c63bc00cc0e0bb0ed09233fffc0bab Mon Sep 17 00:00:00 2001 From: Livio <193267+javalc6@users.noreply.github.com> Date: Tue, 27 Dec 2022 10:14:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0e87c..6778295 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The parser use the following rules to parse math expressions: # Example -Parsing the expression (sin(PI*0.25)+cos(PI*0.25))*sqrt(2) you obtain the following binary tree: +Parsing the expression (sin(PI\*0.25)+cos(PI\*0.25))*sqrt(2) you obtain the following binary tree: ``` *