Skip to content

Commit

Permalink
refactor: fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Dec 16, 2023
1 parent 58747f7 commit c8d68dd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@

[![Actions Status](https://github.com/Codibre/grpc-base-client/workflows/build/badge.svg)](https://github.com/Codibre/boilerplate-base/actions)

[![Actions Status](https://github.com/Codibre/grpc-base-client/workflows/test/badge.svg)](https://github.com/Codibre/boilerplate-base/actions)

[![Actions Status](https://github.com/Codibre/grpc-base-client/workflows/lint/badge.svg)](https://github.com/Codibre/boilerplate-base/actions)

[![Test Coverage](https://api.codeclimate.com/v1/badges/40fe7b4d1db04175f87d/test_coverage)](https://codeclimate.com/github/Codibre/grpc-base-client/test_coverage)

[![Maintainability](https://api.codeclimate.com/v1/badges/40fe7b4d1db04175f87d/maintainability)](https://codeclimate.com/github/Codibre/grpc-base-client/maintainability)

[![Packages](https://david-dm.org/Codibre/grpc-base-client.svg)](https://david-dm.org/Codibre/grpc-base-client)

[![npm version](https://badge.fury.io/js/%40codibre%2Fgrpc-base-client.svg)](https://badge.fury.io/js/%40codibre%2Fgrpc-base-client)
[![npm version](https://badge.fury.io/js/grpc-base-client.svg)](https://badge.fury.io/js/grpc-base-client)

- This library auto-apply promise into Unary calls
- This library implements a consistent Connection Pool with a Round-Robin strategy auto manageable for its instance or new instances;
Expand Down

0 comments on commit c8d68dd

Please sign in to comment.