diff --git a/README.md b/README.md index 77a7e32..7804de3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Ty si můžete pomocí `autowiringu` vstříknout do `Presenteru`. ```php use Markette\Gopay\Service\PaymentService; -/** @var PaymentService @autowire */ +/** @var PaymentService @inject */ public $paymentService; ```