Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Feb 8, 2020
1 parent 05b9530 commit 339b884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ store := New("store.db")
defer store.Close()
```

**NOTE:** You do not have to close the store every time you write in it. Also, the store is automatically opened on write. Closing a store that is already closed has no effect.


### Write

Expand Down

0 comments on commit 339b884

Please sign in to comment.