Skip to content

Commit

Permalink
docs: fix the description for dependence (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainingmaster authored Dec 12, 2020
1 parent f9c4eed commit 53f8615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is Lua implementation library base on FFI for [rax](https://github.com/anti
[![Build Status](https://travis-ci.org/iresty/lua-resty-radixtree.svg?branch=master)](https://travis-ci.org/iresty/lua-resty-radixtree)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/iresty/lua-resty-radixtree/blob/master/LICENSE)

This project depends on [lua-resty-ipmatcher](https://github.com/iresty/lua-resty-ipmatcher).
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).

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

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

0 comments on commit 53f8615

Please sign in to comment.