Skip to content

Commit

Permalink
remove "if available" from readme (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe authored Jun 14, 2024
1 parent 0e7662c commit c0bf835
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ GrpcReflection, implemented as a gRPC server using `grpc-elixir`, adds reflectio

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `grpc_reflection` to your list of dependencies in `mix.exs`:
The package can be installed by adding `grpc_reflection` to your list of dependencies in `mix.exs`:

```elixir
def deps do
Expand Down Expand Up @@ -98,4 +97,4 @@ This is **not** an exhaustive list, contributions are appreciated.
| Application | Reflection version required |
| ------------- | ------------- |
| grpcurl | V1 |
| postman | V1alpha |
| postman | V1alpha |

0 comments on commit c0bf835

Please sign in to comment.