Skip to content

Commit f3739cc

Browse files
committed
Update readme
1 parent 0323ad8 commit f3739cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
# How to use ?
1919

20-
<code>
21-
print_r('<br/>-------- First build ------- <br/>');
20+
`print_r('<br/>-------- First build ------- <br/>');
2221
require_once dirname(__FILE__) . '/UserBuilder.php';
2322
$admin = $user = new UserBuilder;
2423
$admin->setName('Hoang Lee')
@@ -33,6 +32,4 @@
3332
->setLocation('HCM, Viet Nam')
3433
->setLevel('Technical Leader 2')
3534
->setTodo('member');
36-
print_r($admin->build());
37-
38-
</code>
35+
print_r($admin->build());`

0 commit comments

Comments
 (0)