Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit a0d7d22

Browse files
committed
super-linter
1 parent 964fc12 commit a0d7d22

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/linters/.markdown-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
# Heading style
3+
"MD003": false,
24
# Line length
35
"MD013": false,
46
# Headings should be surrounded by blank lines

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ grpc-rust
44
<!-- https://travis-ci.org/stepancheg/rust-protobuf.png -->
55
[![Build Status](https://img.shields.io/travis/stepancheg/grpc-rust.svg)](https://travis-ci.org/stepancheg/grpc-rust)
66
[![License](https://img.shields.io/crates/l/grpc.svg)](https://github.com/stepancheg/grpc-rust/blob/master/LICENSE.txt)
7-
[![crates.io](https://img.shields.io/crates/v/grpc.svg)](https://crates.io/crates/grpc)
7+
[![crates.io](https://img.shields.io/crates/v/grpc.svg)](https://crates.io/crates/grpc)
88

99
Rust implementation of [gRPC](http://www.grpc.io/) protocol, under development.
1010

@@ -17,7 +17,7 @@ It basically works, but not suitable for production use.
1717
See `grpc-examples/src/bin/greeter_{client,server}.rs`. It can be tested
1818
for example with [go client](https://github.com/grpc/grpc-go/tree/master/examples/helloworld):
1919

20-
```
20+
```shell
2121
# start greeter server implemented in rust
2222
$ cargo run --bin greeter_server
2323

@@ -56,7 +56,7 @@ Have a look at readme in
5656

5757
[Readme](https://github.com/stepancheg/grpc-rust/tree/master/grpc-compiler)
5858

59-
### Use generated protos in your project:
59+
### Use generated protos in your project
6060

6161
In Cargo.toml:
6262

0 commit comments

Comments
 (0)