Skip to content

Commit 811bfb5

Browse files
committed
Fix usage example in README to correct command order for jar remapping
1 parent 611b488 commit 811bfb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Download the latest release jar from the [Releases](https://github.com/threadmc/
1515
## Usage
1616

1717
```bash
18-
java -jar tinyremapper-cli.jar --input server.jar --output remapped.jar --mappings mappings.tiny --from official --to named
18+
java -jar tinyremapper-cli.jar --input server.jar --mappings mappings.tiny --output remapped.jar --from official --to named
1919
```

0 commit comments

Comments
 (0)