From b12d3398299c4e4200ebc8fe5089a22f514f9f17 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 20 Oct 2022 15:58:44 +0800 Subject: [PATCH] Add code highlight for sample PHP codes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca043ff..62d65f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Sessionz is a PHP library for smarter session management in modular applications Use [Composer](https://getcomposer.org/) to add `ericmann/sessionz` to your project. Then, after loading all of your dependencies, initialize the core session manager and add the handlers you need to your stack. -``` +```php require __DIR__ . '/vendor/autoload.php'; EAMann\Sessionz\Manager::initialize()