Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Nov 21, 2019
1 parent b3476ec commit ad131ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,10 @@ use Awesomite\VarDumper\LightVarDumper;

$dumper = new LightVarDumper();
$dumper->dump(array(
\M_LOG2E,
\PHP_INT_MAX,
\M_PI,
M_LOG2E,
PHP_INT_MAX,
M_PI,
));

```

```
Expand Down

0 comments on commit ad131ff

Please sign in to comment.