Skip to content

Commit

Permalink
Update concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jruizgit committed Feb 2, 2014
1 parent a779f60 commit 4d7a1a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
}
```
Expand Down

0 comments on commit 4d7a1a0

Please sign in to comment.