Skip to content

Commit 53f8615

Browse files
docs: fix the description for dependence (#79)
1 parent f9c4eed commit 53f8615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is Lua implementation library base on FFI for [rax](https://github.com/anti
2424
[![Build Status](https://travis-ci.org/iresty/lua-resty-radixtree.svg?branch=master)](https://travis-ci.org/iresty/lua-resty-radixtree)
2525
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/iresty/lua-resty-radixtree/blob/master/LICENSE)
2626

27-
This project depends on [lua-resty-ipmatcher](https://github.com/iresty/lua-resty-ipmatcher).
27+
This project depends on [lua-resty-ipmatcher](https://github.com/api7/lua-resty-ipmatcher) and [lua-resty-expr](https://github.com/api7/lua-resty-expr).
2828

2929
This project has been working in microservices API gateway [Apache APISIX](https://github.com/apache/incubator-apisix).
3030

@@ -75,7 +75,7 @@ In addition to this open source version, our company also provides a more powerf
7575
matched = {}
7676
}
7777
ngx.say(rx:match("/name/json/foo/bar/gloo", opts))
78-
ngx.say("name: ", opts.matched.name, " other:", opts.matched.other)
78+
ngx.say("name: ", opts.matched.name, " other: ", opts.matched.other)
7979
}
8080
}
8181
```

0 commit comments

Comments
 (0)