1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 11:17:52 +01:00

Remove +6 typo in README.md

This commit is contained in:
Mathieu Gagnon 2013-10-25 16:43:00 -04:00
parent f5cb5a1fcf
commit 21928a3c9e

View File

@ -79,7 +79,7 @@ $debugbar["messages"]->addMessage("hello world!");
... ...
<?php echo $debugbarRenderer->render() ?> <?php echo $debugbarRenderer->render() ?>
</body> </body>
</html>+6 </html>
``` ```
The DebugBar uses DataCollectors to collect data from your PHP code. Some of them are The DebugBar uses DataCollectors to collect data from your PHP code. Some of them are