From fa0795dc9fd5e48ee210b58a4e3bd1847c072744 Mon Sep 17 00:00:00 2001 From: rijensky Date: Tue, 5 Aug 2025 12:18:19 +0300 Subject: [PATCH] Update README.md Add use statement to the demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f81a52..8837817 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ You can create an instance of the validator either by using the common constructor or the static make method. ```php +use Jlorente\CreditCards\CreditCardValidator; + $validator = new CreditCardValidator(); ```