Skip to content

Commit b28d80a

Browse files
committed
readme
1 parent 160d3e5 commit b28d80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Like multimethods but multidecorators.
6262
## Memoization
6363

6464
```clojure
65-
(alter-var-root func md/memoize-multi)
65+
(defn -main []
66+
(alter-var-root func md/memoize-multi))
6667
```
6768

6869
## Development

0 commit comments

Comments
 (0)