Skip to content

Commit

Permalink
README example needs another couple of imports
Browse files Browse the repository at this point in the history
I needed to add `all` and `tempo` to the list of imports from `leipzig.melody` when running the example code.
  • Loading branch information
dfannius authored and ctford committed Nov 8, 2016
1 parent f7ab453 commit 03f7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ways of manipulating this basic structure, but there's nothing to stop you from
You can create a melody with the `phrase` function. Here's a simple melody:

```clojure
(require '[leipzig.melody :refer [bpm is phrase then times where with]])
(require '[leipzig.melody :refer [all bpm is phrase tempo then times where with]])

(def melody
; Row, row, row your boat
Expand Down

0 comments on commit 03f7684

Please sign in to comment.