Skip to content

Commit 1e70dd0

Browse files
committed
update README.md
1 parent 8764563 commit 1e70dd0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ IPIP.net officially supported IP database ipdb format parsing library
55
composer install ipip/db
66

77
# Example Code
8-
<code>
98
<pre>
109
$db = new ipip\db\Reader('c:\tmp\ipdb\mydata6vipday4.ipdb');
1110
$loc = $db->find("2001:250:200::");
@@ -21,5 +20,4 @@ catch (Exception $e)
2120
{
2221
exit($e->getMessage());
2322
}
24-
</pre>
25-
</code>
23+
</pre>

0 commit comments

Comments
 (0)