fixes code fence in plugin tutorial markdown

This commit is contained in:
Ben Mabey 2012-11-19 11:36:45 -07:00
parent 37aee43f47
commit 4814b4adbb

View file

@ -341,7 +341,7 @@ simply have some code that needs to be invoked from the command-line
via `lein foo`, it's much simpler to have your code run inside your
project and alias `foo` to `run -m myproject.foo`:
``clj
```clj
:aliases {"foo" ["run" "-m" "myproject.foo"]}
```