From e2ae0ee88fbdbf637569259713139a5931d0daba Mon Sep 17 00:00:00 2001 From: emma Date: Sun, 4 Sep 2022 19:33:37 -0400 Subject: [PATCH] fixed indents pt. 3 for i am a fool --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 557f83e..a2b16aa 100644 --- a/README.md +++ b/README.md @@ -179,33 +179,33 @@ source = git+https://github.com/IrisShaders/Iris.git `get [OPTIONS] PACKAGE`  Searches for a PACKAGE, displays the results, and downloads any selected - PACKAGES to the local cache. +PACKAGES to the local cache. OPTIONS  `-n`, `--no-confirm`   Does not display search results and downloads exact matches to the -  cache. Requires `--mc-version` and `--type` be specified. +cache. Requires `--mc-version` and `--type` be specified. `init [OPTIONS] [--mc-version=VERSION] [--type=TYPE] TEMPLATE`  Creates a hopfile in the current directory and adds it to the global known - hopfiles list in the configuration file. If a TEMPLATE is passed as an - argument, the hopfile is added as a new template. A name is generated - using the VERSION and TYPE specified unless `--filename` is used. +hopfiles list in the configuration file. If a TEMPLATE is passed as an +argument, the hopfile is added as a new template. A name is generated +using the VERSION and TYPE specified unless `--filename` is used. OPTIONS  `--template[=TEMPLATE1,TEMPLATE2...]`   Specifies TEMPLATE hopfiles' names upon which to base the new -  hopfile. +hopfile. `install [OPTIONS] PACKAGE`  Adds a PACKAGE to the current hopfile and runs `hopper update`. If the - PACKAGE cannot be found in the package cache, it runs `hopper get` first. +PACKAGE cannot be found in the package cache, it runs `hopper get` first. OPTIONS @@ -220,5 +220,5 @@ OPTIONS `update [OPTIONS] PACKAGE`  Updates installed PACKAGEs and adds mods if they're missing to directories - with known hopfiles. If a PACKAGE is passed, `--type` must be specified so - that hopper `update`s the correct package. \ No newline at end of file +with known hopfiles. If a PACKAGE is passed, `--type` must be specified so that +hopper `update`s the correct package. \ No newline at end of file