Skip to content

Commit d2ff457

Browse files
authored
Update README.md
1 parent a5a363b commit d2ff457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/huntlabs/hunt-grpc.svg?branch=master)](https://travis-ci.org/huntlabs/hunt-grpc)
1+
[![Build Status](https://travis-ci.org/huntlabs/grpc-dlang.svg?branch=master)](https://travis-ci.org/huntlabs/hunt-grpc)
22

33
# DLang gRPC
44
Grpc for D programming language, hunt-http library based.
@@ -10,7 +10,7 @@ protoc --plugin=protoc-gen-d --d_out=./examples -I ./examples ./examples/hellowo
1010

1111
# Generating grpc client and server code
1212
```shell
13-
git submodule update --init
13+
git submodule update --init --recursive
1414
cd compiler
1515
mkdir build
1616
cd build

0 commit comments

Comments
 (0)