From 4b027a0c286169ac88901e3aca01e4cc8792333d Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 12 Dec 2016 16:43:32 -0600 Subject: [PATCH] stupid markdown --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f66c1ff..9398d83 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,11 @@ and here to install Qt: https://github.com/therecipe/qt ### Files: -- `lib` - contains the gRPC protobuf definition of our service. Our service -- defines one unary endpoint with an input message type and an output message -- type. -- `lib/count.proto` - the gRPC definitions, written by a human -- `lib/count` - the Go package containing our gRPC client and server definitions -- `lib/count/count.pb.go` - generated from lib/count.proto using the following protoc invokation: +- `lib`: contains the gRPC protobuf definition of our service. Our service defines one unary endpoint with an input message type and an output message type. +- `lib/count.proto`: the gRPC definitions, written by a human +- `lib/count`: the Go package containing our gRPC client and server definitions +- `lib/count/count.pb.go`: generated from lib/count.proto using the following protoc invokation: `protoc -I count count.proto --go_out=plugins=grpc:count` -- `cmd` - contains our executable programs -- `cmd/count-client` - a gRPC client with a Qt ui -- `cmd/count-server` - a gRPC server, no graphical ui +- `cmd`: contains our executable programs +- `cmd/count-client`: a gRPC client with a Qt ui +- `cmd/count-server`: a gRPC server, no graphical ui