Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Feb 22, 2018
1 parent 27086c1 commit 3a1d6d3
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 @@ -17,7 +17,7 @@ Use `decompile-classfiles `to decompile AOT compiled classes:
user=> (require '[clojure.tools.decompiler :as d])
nil
user=> (d/decompile-classfiles {:input-path "path/to/root/classes/directory" :output-path "path/to/src"})
;; with no :output-path, decompile to stdout>
;; with no :output-path, decompile to stdout
[...]
```

Expand Down

0 comments on commit 3a1d6d3

Please sign in to comment.