Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed May 13, 2023
1 parent d901dda commit 61ed57f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ use function Chevere\Workflow\variable;

$workflow = workflow(
thumb: async(
new ImageResize(),
ImageResize::class,
file: variable('file'),
fit: 'thumbnail',
),
poster: async(
new ImageResize(),
ImageResize::class,
file: variable('file'),
fit: 'poster',
),
store: sync(
new StoreFiles(),
StoreFiles::class,
reference('thumb', 'out'),
reference('poster', 'out'),
)
Expand All @@ -80,7 +80,7 @@ Documentation is available at [chevere.org](https://chevere.org/packages/workflo

## License

Copyright 2022 [Rodolfo Berrios A.](https://rodolfoberrios.com/)
Copyright 2023 [Rodolfo Berrios A.](https://rodolfoberrios.com/)

This software is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.

Expand Down

0 comments on commit 61ed57f

Please sign in to comment.