Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izica authored Jun 10, 2018
1 parent 3b442b2 commit 8a982ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ composer require izica/php-browser-log
You need to use this debug in html view.
You will see result in browser console(F12, Inspect mode console);
```php
PhpBrowserLog::log($arg1);
PhpBrowserLog::log($arg1, $arg2);
PhpBrowserLog::log(...any args count);
```

or Aliases
```php
PhpBrowserLog::pre($arg1, $arg2);
PhpBrowserLog::pre($arg1);
pre($arg1, $arg2);
```

0 comments on commit 8a982ab

Please sign in to comment.