From 9196f7657964156c73f72e0bf51ae8f0f1169284 Mon Sep 17 00:00:00 2001 From: Olli Piepponen Date: Thu, 20 Nov 2014 16:46:40 +0700 Subject: [PATCH] Changed `rx-debug` to `debug-rx` as it's actually called. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40bbf67..b5d5521 100644 --- a/README.md +++ b/README.md @@ -197,9 +197,9 @@ It should be noted that the `items-view` will be orthogonal to the other functio Reactive expressions can be hard to debug - sometimes we notice that something should be getting invalidated that isn't or it seems like something is getting updated too often. -The `rx-debug` macro can be placed around the initialization of any `rx`: +The `debug-rx` macro can be placed around the initialization of any `rx`: ```clojure - (rx-debug (rx (str @n))) + (debug-rx (rx (str @n))) ``` and you should seeing verbose debug statements corresponding to: