diff --git a/README.md b/README.md index d61f08c..0f34ff9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $panel = new \Filisko\Tracy\RedBeanBarPanel($logger); $app->add(new \Filisko\Tracy\RedBeanBarPanelMiddleware($panel)); ``` -### Extras +#### Extras If you realized that RedBean puts at the end of your SQL queries something like '--keep-cache' for internal caching purposes and you want to hide this part from the logger, you could simply use a static flag to disable it: ```php \Filisko\Tracy\RedBeanBarPanel::$showKeepCache = false; // That's all!