diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-02-20 23:41:02 -0500 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-02-20 23:45:04 -0500 |
commit | 15e576cd2f3e92053e2c219e14376a5f5435a219 (patch) | |
tree | f0aa54d02f1613df29c3f1037da7b589767d0ce1 /README.md | |
parent | e8c6437d862c901460d1b798f1ea9df9fb53ecd1 (diff) | |
download | wiiload-lite-15e576cd2f3e92053e2c219e14376a5f5435a219.tar.gz wiiload-lite-15e576cd2f3e92053e2c219e14376a5f5435a219.zip |
fix module name to comply with standard
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ This is a simple reimplemention of the Wiiload protocol for the Homebrew Channel ## Usage ``` -wiiload-lite ip_address file_path +wiiload_lite ip_address file_path ``` |