Skip to content

Commit f7504f6

Browse files
authored
Update README.md to suggest default alias
1 parent 5b319ed commit f7504f6

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)