Skip to content

Commit

Permalink
Add missing require to README example.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jul 31, 2019
1 parent e393865 commit 223bafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ The block storage protocol is comprised of five methods:

```clojure
; Create a new memory store:
=> (require 'blocks.store.memory)
=> (def store (block/->store "mem:-"))
#'user/store

Expand Down

0 comments on commit 223bafe

Please sign in to comment.