Skip to content

Commit 6cd7f43

Browse files
authored
Update README.md - consistency
1 parent 1526bed commit 6cd7f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ You can also get the node from comfy manager under the name of More math.
5656
### Shaders / Interpolation
5757
- `clamp(x, min, max)`: Constrains x to be between min and max.
5858
- `lerp(a, b, w)`: Linear interpolation: `a + (b - a) * w`.
59-
- `step(edge, x)`: Returns 1.0 if x >= edge, else 0.0.
60-
- `smoothstep(edge0, edge1, x)`: Hermite interpolation between edge0 and edge1.
59+
- `step(x, edge)`: Returns 1.0 if x >= edge, else 0.0.
60+
- `smoothstep(x, edge0, edge1)`: Hermite interpolation between edge0 and edge1.
6161

6262
### Aggregates & Tensor Operations
6363
- `tmin(x, y)`: Element-wise minimum of x and y.

0 commit comments

Comments
 (0)