Skip to content

Commit d4dd508

Browse files
authored
Update README.md
1 parent a8bb41a commit d4dd508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ That being said, let's redirect our attention to other goodies package core has
194194
You could start you project as a monolith with multiple modules, and gradually migrate them into microservices.
195195

196196
- Package core doesn't lock in transport or framework.
197-
For instance, you can use go kit to construct your services, and bring in transports like gRPC, AMPQ, thrift, etc. Non-network services like CLI and Cron are also supported. See [all available interfaces a module can expose](https://github.com/DoNewsCode/core/blob/master/container/container.go). You can also invent your own.
197+
For instance, you can use go kit to construct your services, and bring in transports like gRPC, AMQP, thrift, etc. Non-network services like CLI and Cron are also supported. See [all available interfaces a module can expose](https://github.com/DoNewsCode/core/blob/master/container/container.go). You can also invent your own.
198198

199199
- Package core also babysits the services after initialization. The duty includes but not limited to distributed tracing, metrics exporting, error handling, event-dispatching, and leader election.
200200

0 commit comments

Comments
 (0)