From 07e517ffbb8204476eb40d439e857d0f241e8b75 Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Wed, 10 Jul 2024 13:16:35 +0300 Subject: [PATCH] performance docs fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 141cff2..348f8aa 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ $mapper = $container->get(Mapper::class); // also migrate accepts migration instance, or migration class arrays $mapper->migrate(DropLegacySpaces::class, InitializeData::class); -`` +``` ## Performance We can calculate mapper overhead using getInstance method that is called per each instance.\