typo fix
authorAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 22:35:35 +0000 (22:35 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sat, 4 Jul 2020 22:35:35 +0000 (22:35 +0000)
README.md

index 0c50637021e801373ea3c4b907a20d2ef02bc0ff..b894ee3f59cc855f7daec00de90238d2c10cdc69 100644 (file)
--- a/README.md
+++ b/README.md
@@ -243,7 +243,7 @@ webi_path_add /new/path # Adds /new/path to PATH for bash, zsh, and fish
 webi_pre_install        # Runs webi_check, webi_download, and webi_extract
 webi_install            # Moves extracted files from $WEBI_TMP to $pkg_src
 webi_link               # replaces any existing symlink with the currently selected version
-webi_post_install       # Runs `webi_add_path $pkg_dst_bin`
+webi_post_install       # Runs `webi_path_add $pkg_dst_bin`
 ```
 
 # Roadmap
@@ -254,7 +254,7 @@ webi_post_install       # Runs `webi_add_path $pkg_dst_bin`
   - (maybe `ghi node/node` for github specifically)
 - [ ] Support git as an archive format
 
-<!-- 
+<!--
 
 # Windows Notes