From 360c6f67cbf360de9d0ca37e9397452e51410c92 Mon Sep 17 00:00:00 2001 From: Norman Harebottle III Date: Wed, 18 Jan 2017 11:38:30 -0500 Subject: [PATCH] Minor spelling error correction. (#78) Corrected the spelling of one word. [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17fe1ec50d00..db5fa6548171 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ Election](https://consul.io/docs/guides/leader-election.html) guide. ### Semaphore Semaphore is used to implement a distributed semaphore using the Consul -KV primitives. It is an implementaiton of the [Consul Semaphore +KV primitives. It is an implementation of the [Consul Semaphore ](https://www.consul.io/docs/guides/semaphore.html) guide. ## Using with .NET Core and Mono