You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@milagro.apache.org by cm...@apache.org on 2019/06/25 14:35:34 UTC

[incubator-milagro-dta] branch init updated: Text fix in Readme

This is an automated email from the ASF dual-hosted git repository.

cmorris pushed a commit to branch init
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git


The following commit(s) were added to refs/heads/init by this push:
     new 7bb4acc  Text fix in Readme
7bb4acc is described below

commit 7bb4acc7a08ed77a403a81575849680fc88fbcca
Author: Christopher Morris <ch...@morris.net>
AuthorDate: Tue Jun 25 15:35:22 2019 +0100

    Text fix in Readme
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2ef7dae..f1d9ea8 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ Clone it and run
 
 ```
 $ go get ./..
-
 ```
 
 ## Integration
@@ -49,8 +48,9 @@ You may need to install protobufs
 
 If you change the portobufs definition run 
 
+```
 $ protoc -I=. --go_out=. ./docs.proto
-
+```