Skip to content

Commit 9a89229

Browse files
authored
add update example to the readme
1 parent de69cba commit 9a89229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ flask run
1313
**Set a new key with value:**
1414
`http://127.0.0.1:5000/set/name/Max`
1515

16+
**Update the value of a key:**
17+
`http://127.0.0.1:5000/update/name/NewMax`
18+
1619
**Get value of a key:**
1720
`http://127.0.0.1:5000/get/name`
1821

0 commit comments

Comments
 (0)