Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Butov committed May 7, 2024
1 parent d746d71 commit 3d30e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ USAGE
EXAMPLE
asdf jetbrains add idea # Add ASDF plugin for JetBrains IDEA
asdf list all idea # List versions of JetBrains IDEA
asdf idea install latest # Install latest version of JetBrains IDEA
asdf install idea latest # Install latest version of JetBrains IDEA
asdf global idea latest # Set global version of JetBrains IDEA
idea # Run JetBrains IDEA
JetBrains products:
Expand Down
2 changes: 1 addition & 1 deletion bin/asdf-jetbrains
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ print_help() {
echo "EXAMPLE"
echo " asdf jetbrains add idea # Add ASDF plugin for JetBrains IDEA"
echo " asdf list all idea # List versions of JetBrains IDEA"
echo " asdf idea install latest # Install latest version of JetBrains IDEA"
echo " asdf install idea latest # Install latest version of JetBrains IDEA"
echo " asdf global idea latest # Set global version of JetBrains IDEA"
echo " idea # Run JetBrains IDEA"
}
Expand Down

0 comments on commit 3d30e97

Please sign in to comment.