From 78eaf75832282975b94c7c0b62f7515368aa25b3 Mon Sep 17 00:00:00 2001 From: Christopher Hiester Date: Thu, 3 Sep 2020 01:22:39 -0400 Subject: [PATCH] change 'smoothedge' to correct 'smoothstep' in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 730ead31..daaee827 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ You can find an example with different edges in the [edges example](https://reac ## Edge Types & Custom Edges -The basic edge types are `default` (bezier), `straight`, `step` and `smoothedge`. The default `edgeTypes` object looks like this: +The basic edge types are `default` (bezier), `straight`, `step` and `smoothstep`. The default `edgeTypes` object looks like this: ```javascript {