From 5668c4dccfe86f875a482c5039ee41838dc74ff6 Mon Sep 17 00:00:00 2001 From: Max G J Panas Date: Fri, 23 Oct 2015 14:00:42 +0300 Subject: [PATCH] Readme tinyfix I think this is more what was trying to be said. `takes a few minutes` by itself is like saying it takes time to get started with. `only takes a few minutes` is saying it doesn't take much time to get started with. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83bed95fb7..1e25579c7c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ I wrote Redux while working on my React Europe talk called [“Hot Reloading wit ### Influences Redux evolves the ideas of [Flux](https://facebook.github.io/flux), but avoids its complexity by taking cues from [Elm](https://github.com/evancz/elm-architecture-tutorial/). -Whether you have used them or not, Redux takes a few minutes to get started with. +Whether you have used them or not, Redux only takes a few minutes to get started with. ### Installation