diff --git a/README.md b/README.md index 3af48c3..1f7a7c8 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ using Python to do 4 main mathematical functions (Add, Sub, Multiply, Divide) on How to use : For now, this project does not contain executable files. So you need to install Python on your system, download the code, and open the "main.py" file through any code editor and run it. -in version 1 this code can just add two big numbers. +in version 2.0.0 this code can just add as many big numbers as you want. in future it will do more functions on more than two big numbers.