diff --git a/README.md b/README.md index a23642ce..8b55d63e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An example server can be found in examples/server. ## Features Feature | Package | Built-in Plugin | Description -------- | ------- | --------- ----------- +------- | ------- | --------- | ----------- Discovery | [Registry](https://godoc.org/github.com/micro/go-micro/registry) | consul | A way of locating services to communicate with Client | [Client](https://godoc.org/github.com/micro/go-micro/client) | http | Used to make RPC requests to a service Codec | [Codec](https://godoc.org/github.com/micro/go-micro/codec) | proto,json | Encoding/Decoding handler for requests