Skip to content

Commit 244e145

Browse files
authored
Merge pull request #55 from codacy/clean-suggest-default-alias
Update README.md to suggest default alias
2 parents 5b319ed + f7504f6 commit 244e145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/coda
5454
You can either put the downloaded script in a specific file or create an alias that will download the script and look for changes:
5555

5656
```bash
57-
alias codacy-cli-v2="bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh)"
57+
alias codacy-cli="bash <(curl -Ls https://raw.githubusercontent.com/codacy/codacy-cli-v2/main/codacy-cli.sh)"
5858
```
5959

6060
## Installation

0 commit comments

Comments
 (0)