From 0d79dd91d83a16db7bdd1375a834e4f936ff5213 Mon Sep 17 00:00:00 2001 From: bjarneo Date: Mon, 5 Dec 2016 10:32:29 +0100 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3699841d5..0a2a2aac0c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Read more about activation strategies in [docs/activation-strategies.md](./docs/ - [unleash-client-node](https://github.com/unleash/unleash-client-node) - (your implementation here!) -Client implentations makes it is easy for developers to check whether a toggle is enabled or disabled. +Client implementations makes it is easy for developers to check whether a toggle is enabled or disabled. ``` if(unleash.isEnabled("AwesomeFeature")) { @@ -79,8 +79,8 @@ You can also require Unleash as a lib and expand it with more options. Read more - [Project Roadmap](https://github.com/unleash/unleash/wiki/Roadmap) ## Developer Guide -If you want to contribute to this project you are encuraged to send issue request, or provide pull-requests. -Please read the [unleas developer guide](./docs/developer-guide.md) to learn more on how you can contribute. +If you want to contribute to this project you are encouraged to send issue request, or provide pull-requests. +Please read the [unleash developer guide](./docs/developer-guide.md) to learn more on how you can contribute. ## Run with docker We have made a separate project which runs unleash inside docker. Please see [unleash-docker](https://github.com/Unleash/unleash-docker)