Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed May 20, 2020
1 parent c61990f commit 40a02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ A new `SpeedyPipeline` instance.

```js
// create a pipeline
const pipeline = Speedy.pipeline() // creates a new SpeedyPipeline
const pipeline = Speedy.pipeline() // create a new SpeedyPipeline
.convertTo('greyscale') // add an operation to the pipeline
.blur(); // add another operation to the pipeline

Expand Down

0 comments on commit 40a02ea

Please sign in to comment.