Skip to content

Commit d1a7d5d

Browse files
committed
Added delete to readme
1 parent 8676af4 commit d1a7d5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ store.save('quote', 'i see dead people', function (err, reply) {
3535
});
3636
});
3737

38+
store.delete('quote', function (err, reply) {
39+
// err: null
40+
// reply: 1
41+
});
3842

3943

4044
var otherStore = new SecureStore({

0 commit comments

Comments
 (0)