Skip to content

Commit c0bf835

Browse files
authored
remove "if available" from readme (#41)
1 parent 0e7662c commit c0bf835

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ GrpcReflection, implemented as a gRPC server using `grpc-elixir`, adds reflectio
99

1010
## Installation
1111

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

1514
```elixir
1615
def deps do
@@ -98,4 +97,4 @@ This is **not** an exhaustive list, contributions are appreciated.
9897
| Application | Reflection version required |
9998
| ------------- | ------------- |
10099
| grpcurl | V1 |
101-
| postman | V1alpha |
100+
| postman | V1alpha |

0 commit comments

Comments
 (0)