Skip to content

Commit

Permalink
#350 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 26, 2024
1 parent f12d093 commit 06cc7c8
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 @@ -48,9 +48,9 @@ You can also do many other things with `eoc` commands
* `link` puts all binaries together into a single executable binary
* `dataize` dataizes a single object from the executable binary
* `test` dataizes all visible unit tests
* `jeo:disassemble` convert Java `.class` files to `.xmir`
* `jeo:disassemble` converts Java `.class` files to `.xmir`
(via [jeo](https://github.com/objectionary/jeo-maven-plugin))
* `jeo:assemble` convert `.xmir` files to Java `.class` files
* `jeo:assemble` converts `.xmir` files to Java `.class` files
(via [jeo](https://github.com/objectionary/jeo-maven-plugin))

There are also commands that help manipulate with XMIR and EO sources
Expand Down

0 comments on commit 06cc7c8

Please sign in to comment.