Merge branch 'master' of github.com:emqtt/emqtt

This commit is contained in:
Feng Lee 2015-05-04 19:59:19 +08:00
commit 118dc34e5e
3 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ cd emqttd && make && make dist
## GetStarted ## GetStarted
Read [emqtt wiki](https://github.com/emqtt/emqttd/wiki) for detaied installation and configuration guide. Read [emqtt wiki](https://github.com/emqtt/emqttd/wiki) for detailed installation and configuration guide.
## Benchmark ## Benchmark

View File

@ -1,6 +1,6 @@
%%%----------------------------------------------------------------------------- %%%-----------------------------------------------------------------------------
%% %%
%% [ACL Design](https://github.com/emqtt/emqttd/wiki/ACL-Design) %% [ACL](https://github.com/emqtt/emqttd/wiki/ACL)
%% %%
%% -type who() :: all | binary() | %% -type who() :: all | binary() |
%% {ipaddr, esockd_access:cidr()} | %% {ipaddr, esockd_access:cidr()} |