From fd29c0ba890096d8684b6a184d1d430402437a17 Mon Sep 17 00:00:00 2001 From: Miklos Bertalan Date: Tue, 16 Jan 2018 16:51:58 +0100 Subject: [PATCH] docs(readme): remove all you need to get started section --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 629ffb7..530d0ef 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,6 @@ delete user.name -**This is all you need to know to get started!** The following sections are about advanced topics - like custom reaction scheduling and cleanup. - ### Reaction scheduling Reactions are scheduled to run whenever the relevant observable state changes. The default scheduler runs the reactions synchronously, but custom schedulers can be passed to change this behavior. Schedulers are usually functions which receive the scheduled reaction as argument.