Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesichkovm authored Aug 8, 2019
1 parent cfde540 commit b9aa7a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ Initialize registers itself under the $$ name.

## Methods ##

### $$.get(key) ###

Returns a key from registry or NULL if not set

### $$.set(key, value) ###

Sets a key-value pair to registry or NULL if not set

### $$.getHashParameter() ###
Returns a hash parameter or NULL if not set

Expand Down

0 comments on commit b9aa7a1

Please sign in to comment.