Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Feb 19, 2020
1 parent 160d3e5 commit b28d80a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Like multimethods but multidecorators.
## Memoization

```clojure
(alter-var-root func md/memoize-multi)
(defn -main []
(alter-var-root func md/memoize-multi))
```

## Development
Expand Down

0 comments on commit b28d80a

Please sign in to comment.