Update plugins/bloop/README.md for wrong commands

Co-authored-by: Brad Christensen <polyphenolics@gmail.com>
This commit is contained in:
ankusharya 2021-10-31 14:45:14 +05:30 committed by GitHub
parent c4692f5c20
commit 55f8310ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ plugins=(... bloop)
| Alias | Command | Description |
|----------|---------------------------------------|---------------------------------------------------------------------|
| `bp` | `brew projects` | List the projects in current repository |
| `bc` | `brew compile ` | Compile the project |
| `bcl` | `brew clean ` | Clean the project |
| `br` | `brew run ` | Run the project |
| `bp` | `bloop projects` | List the projects in current repository |
| `bc` | `bloop compile ` | Compile the project |
| `bcl` | `bloop clean ` | Clean the project |
| `br` | `bloop run ` | Run the project |