Skip to content

Commit 735367d

Browse files
Update README.md
1 parent 3cca7e2 commit 735367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Such as,
1515
Add | URI.addNew(key, val) | To add new param to URL. |
1616
Bulk Add | URI.add([{key1 : val1},{key2: val2}])| To add multiple params to URL.|
1717
Append | URI.append(key, val) | To add new item to the existing value. |
18-
Update Value | URI.add([{key: val}]) | To update param by simple add same param. |
18+
Update Value | URI.add([{key: val}]) | To perform update with add function. |
1919
Delete | URI.remove(key) | To remove param from URL. |
2020
Bulk Delete | URI.remove([key1, key2]) | To remove multiple param from URL. |
2121
Delete All | URI.removeAll() | To remove all param in the URL. |

0 commit comments

Comments
 (0)