From 6722d00d77cda74f9c249a80b95129afe9d9862a Mon Sep 17 00:00:00 2001 From: Alexandre Hamez Date: Tue, 4 Jan 2022 14:01:06 +0100 Subject: [PATCH] Fix typo (#56) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af2c19..b2bf2d5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ OpenTelemetry can collect tracing data using instrumentation. Vendors/Users can OpenTelemetry requires OTP v21.3 and above. -See [Elixir OTP Compatability](https://hexdocs.pm/elixir/1.12/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp) for supported OTP/Elixir combinations. +See [Elixir OTP Compatibility](https://hexdocs.pm/elixir/1.12/compatibility-and-deprecations.html#compatibility-between-elixir-and-erlang-otp) for supported OTP/Elixir combinations. ## Contributing