change 'smoothedge' to correct 'smoothstep' in README

This commit is contained in:
Christopher Hiester
2020-09-03 01:22:39 -04:00
parent c26528041a
commit 78eaf75832
+1 -1
View File
@@ -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
{