diff --git a/docs/introduction.md b/docs/introduction.md index 11788fd..9022bb1 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -3,7 +3,7 @@ title: Introduction weight: 1 --- -Do you use Kafka in your laravel projects? All packages I've seen until today, including some built by myself, does not provide a nice syntax usage syntax or, when it does, the test process with these packages are very painful. +Do you use Kafka in your laravel projects? Every package I've seen until today, including some built by myself, does not provide a nice syntax usage syntax or, when it does, the test process with these packages are very painful. This package provides a nice way of producing and consuming kafka messages in your Laravel projects.