Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daTokenizer committed Nov 17, 2016
1 parent 3ee7cd1 commit 2f39428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It can be found under the `rmutil` folder, and compiles into a static library yo

The dehydrator is an effective 'snooze button' for events, you push an event into it along with an id (for future referance) and in how many seconds you want it back, and poll whenever you want the elements back. only expired elements would pop out.

**It includes 4 main commands:**
**It includes 6 main commands:**

* [`REDE.PUSH`](Commands.md/#push) - Push an element, it will need an id, the element itself and dehydration time in seconds.
* [`REDE.PULL`](Commands.md/#pull) - Pull the element with the appropriate id before it expires.
Expand Down

0 comments on commit 2f39428

Please sign in to comment.