From 52125ecb7b0e7ddaba47efa37bdc7f188e41d86e Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Wed, 7 Feb 2024 14:34:20 -0600 Subject: [PATCH] chore: cleanup --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b3a21dd..2e08070 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Then you can import the class into your application: ```php use Templateless\Templateless; -$templateless = new Templateless(); ``` ## 👩‍💻 Quick example