diff --git a/README.md b/README.md
index aa9cb96..5b17ca0 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,15 @@ Efficiency Nodes for ComfyUI
Evaluate Integers
-• 3 integer input node that gives the user ability to write their own python expression for a INT/FLOAT type output.
+• 3 integer input node that gives the user ability to write simpleeval python expressions and output results as a INT/FLOAT/STRING.
+
+
+Evaluate Floats
+• 3 float input node that gives the user ability to write simpleeval python expressions and output results as a INT/FLOAT/STRING.
Evaluate Strings
-• 3 string input node that gives the user ability to write their own python expression for a STRING type output.
+• 3 string input node that gives the user ability to write simpleeval python expressions and output results as a STRING.
## **Examples:**
@@ -39,7 +43,7 @@ Efficiency Nodes for ComfyUI
- 2D Plotting using the **XY Plot** & **Ksampler (Efficient)** nodes
-
+
- Photobashing using the **Image Overlay** node