Skip to content

Commit

Permalink
Merge pull request technomancy#859 from bmabey/patch-1
Browse files Browse the repository at this point in the history
fixes code fence in plugin tutorial markdown
  • Loading branch information
Michael Klishin committed Nov 19, 2012
2 parents 37aee43 + 4814b4a commit f637790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PLUGINS.md
Expand Up @@ -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"]}
```

Expand Down

0 comments on commit f637790

Please sign in to comment.