diff --git a/README.md b/README.md index d5cf683..b805e00 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ const strokePoints = getStrokePoints(samplePoints) const outlinePoints = getOutlinePoints(strokePoints) ``` -**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `myOutlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. +**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `outlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. #### `StrokeOptions` diff --git a/packages/perfect-freehand/README.md b/packages/perfect-freehand/README.md index d5cf683..b805e00 100644 --- a/packages/perfect-freehand/README.md +++ b/packages/perfect-freehand/README.md @@ -231,7 +231,7 @@ const strokePoints = getStrokePoints(samplePoints) const outlinePoints = getOutlinePoints(strokePoints) ``` -**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `myOutlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. +**Note:** Internally, the `getStroke` function passes the result of `getStrokePoints` to `getStrokeOutlinePoints`, just as shown in this example. This means that, in this example, the result of `outlinePoints` will be the same as if the `samplePoints` array had been passed to `getStroke`. #### `StrokeOptions`