Skip to content

Commit f464b51

Browse files
committed
fix doc
1 parent 2f91a8a commit f464b51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ composer require 'itbdw/ip-database'
2323
```php
2424

2525
//根据实际情况,基本上用框架(如 Laravel)的话不需要手动引入
26-
//require 'vender/autoload.php';
26+
//require 'vendor/autoload.php';
2727

2828
use itbdw\Ip\IpLocation;
2929

@@ -77,7 +77,7 @@ http://www.cz88.net/fox/ipdat.shtml
7777
```
7878
IP 地理位置查询类
7979
80-
2017-09-12 赵彬言 1,缩减返回数据,去掉字段 remark smallarea baginip endip
80+
2017-09-12 赵彬言 1,缩减返回数据,去掉字段 remark smallarea beginip endip
8181
2,将调用改为单例模式,保证只读取一次文件
8282
3,修复 bug,直接将返回 gbk 编码内容转为 utf-8,移除编码隐患
8383
4,去掉了"省"标志,变成了如 中国 浙江 杭州市 这样的数据

0 commit comments

Comments
 (0)