1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-10-06 21:46:55 +02:00

Change 'Toolkit' to 'Command Line' in README

Updated section headers in README for clarity.
This commit is contained in:
Asim Aslam
2025-09-28 09:55:43 +01:00
committed by GitHub
parent 5bbc24abe1
commit e0af3b61a5

View File

@@ -106,11 +106,11 @@ curl -XPOST \
http://localhost:8080 http://localhost:8080
``` ```
## Toolkit ## Command Line
Once you've written a service you'll want to run, query and manage it, code generate protobuf. Once you've written a service you'll want to run, query and manage it, code generate protobuf.
This is where the [micro](https://github.com/micro/micro) comes in. Check it out. This is where the [micro](https://github.com/micro/micro) CLI comes in. Check it out.
## Experimental ## Experimental