Merge pull request #483 from chiester/readme-edge-correction

change 'smoothedge' to correct 'smoothstep' in README
This commit is contained in:
Moritz
2020-09-03 08:46:18 +02:00
committed by GitHub
+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
{