Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaugon authored Mar 7, 2019
1 parent 99b80ae commit 1b5de4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let () =
Bytefile.print stdout bytefile; (* Pretty-print its contents *)
Interp.eval_bytefile bytefile; (* Evaluate its code *)
| ".cmo" ->
let cmofile = Cmofile.read inpath in (* Load the given .cmo file *)
Cmofile.print stdout cmofile (* Pretty-print its code *)
let cmofile = Cmofile.read inpath in (* Load the given .cmo file *)
Cmofile.print stdout cmofile (* Pretty-print its contents *)
| _ ->
usage ()
```

0 comments on commit 1b5de4e

Please sign in to comment.