Skip to content

Commit

Permalink
Merge pull request #339 from kaifulee/master
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
lionsoul2014 authored Mar 14, 2024
2 parents f8f5f68 + 6943aae commit 5826ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/erlang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ rebar3 compile
$ rebar3 shell
```
在erlang shell中调用xdb:search/1接口查询Ip地址信息, 该接口支持以list格式字符串、bianry格式字符串、tuple和整数表示的IP地址,如下:
在erlang shell中调用xdb:search/1接口查询Ip地址信息, 该接口支持以list格式字符串、binary格式字符串、tuple和整数表示的IP地址,如下:
```
1> xdb:search("1.0.8.0").
[20013,22269,124,48,124,24191,19996,30465,124,24191,24030,
Expand Down

0 comments on commit 5826ba6

Please sign in to comment.