Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shankarThiyagaraajan authored Oct 4, 2019
1 parent 3cca7e2 commit 735367d
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 @@ -15,7 +15,7 @@ Such as,
Add | URI.addNew(key, val) | To add new param to URL. |
Bulk Add | URI.add([{key1 : val1},{key2: val2}])| To add multiple params to URL.|
Append | URI.append(key, val) | To add new item to the existing value. |
Update Value | URI.add([{key: val}]) | To update param by simple add same param. |
Update Value | URI.add([{key: val}]) | To perform update with add function. |
Delete | URI.remove(key) | To remove param from URL. |
Bulk Delete | URI.remove([key1, key2]) | To remove multiple param from URL. |
Delete All | URI.removeAll() | To remove all param in the URL. |
Expand Down

0 comments on commit 735367d

Please sign in to comment.