From 4d7a1a06f389f84840afe63a2ca825ddde773450 Mon Sep 17 00:00:00 2001 From: Jesus Ruiz Date: Sat, 1 Feb 2014 17:41:24 -0800 Subject: [PATCH] Update concepts.md --- concepts.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/concepts.md b/concepts.md index adb2da10..1db2b7a8 100644 --- a/concepts.md +++ b/concepts.md @@ -484,7 +484,7 @@ Below is the tree constructed by Durable Rules when running the ruleset above. 1. Let's start by posting the following message: ```javascript - http://www.durablejs.org/examples/simple/mySession + http://localhost:5000/approve/mySession { id: 1, amount: 500 @@ -505,10 +505,9 @@ Below is the tree constructed by Durable Rules when running the ruleset above. 6. The new state is stored in the ruleset state hashset. 3. Now let's post the message: ```javascript - http://www.durablejs.org/examples/simple/1 + http://localhost:5000/approve/mySession { id: 2, - sid: 'mySession', subject: 'approved' } ```