From 0a972145728588d65ebc56247e8a45e545432061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Sat, 25 Feb 2017 14:26:46 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bcff0e1d4..b5d08aeb32 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,13 @@ Unleash started on http://localhost:4242 You can also require Unleash as a lib and expand it with more options. Read more about this feature in the [getting started guide](./docs/getting-started.md). -## Project details -- [Project Roadmap](https://github.com/unleash/unleash/wiki/Roadmap) - ## Developer Guide 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) + +## I want to learn more +- [Presentation on feature toggles](http://ivarconr.github.io/feature-toggles-presentation/sch-dev-lunch-2017/#1) +- http://martinfowler.com/bliki/FeatureToggle.html