Skip to content

Commit

Permalink
Correct examples that still used key.
Browse files Browse the repository at this point in the history
Should have been part of 7e42ce5.

Part of #36.
  • Loading branch information
jkomoros committed Jul 8, 2023
1 parent 573dfdb commit 44ced52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seeds/example-basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@
"store-example": {
"type": "store",
"store": "example.com:default",
"key": "foo",
"name": "foo",
"value": 3
},
"retrieve-example": {
"type": "retrieve",
"store": "example.com:default",
"key": "foo"
"name": "foo"
},
"delete-example": {
"type" : "delete",
"store": "example.com:default",
"key": "foo"
"name": "foo"
},
"token-count-example": {
"type": "token_count",
Expand Down

0 comments on commit 44ced52

Please sign in to comment.