aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-10-30 09:33:31 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-10-30 09:33:31 -0700
commit785d8aec361f31f729ba1b8a409a6342020fb1e5 (patch)
tree4cc2df98b572ce6c1e332768b9f77ffb5183134d
parent4cca1a56995aeabb15769fd7eb30aad3741f4511 (diff)
parentd6c0415e94359733143fb68e226a6bc8ca8af1d9 (diff)
Merge pull request #4009 from jtattermusch/add_badges
Add npm, gem and cocoapods badges
-rw-r--r--src/node/README.md1
-rw-r--r--src/objective-c/README.md1
-rw-r--r--src/ruby/README.md1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/node/README.md b/src/node/README.md
index 5d89e2228d..b46b986243 100644
--- a/src/node/README.md
+++ b/src/node/README.md
@@ -1,3 +1,4 @@
+[![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc)
# Node.js gRPC Library
## Status
diff --git a/src/objective-c/README.md b/src/objective-c/README.md
index a861a9f6f9..c1d25b96f5 100644
--- a/src/objective-c/README.md
+++ b/src/objective-c/README.md
@@ -1,3 +1,4 @@
+[![Cocoapods](https://img.shields.io/cocoapods/v/gRPC.svg)](https://cocoapods.org/pods/gRPC)
# gRPC for Objective-C
- [Install protoc with the gRPC plugin](#install)
diff --git a/src/ruby/README.md b/src/ruby/README.md
index e6ffadcaa9..76d9f7663a 100644
--- a/src/ruby/README.md
+++ b/src/ruby/README.md
@@ -1,3 +1,4 @@
+[![Gem](https://img.shields.io/gem/v/grpc.svg)](https://rubygems.org/gems/grpc/)
gRPC Ruby
=========