From 55f8310ead5a94618d28eae8602e1b34ad187a14 Mon Sep 17 00:00:00 2001 From: ankusharya Date: Sun, 31 Oct 2021 14:45:14 +0530 Subject: [PATCH] Update plugins/bloop/README.md for wrong commands Co-authored-by: Brad Christensen --- plugins/bloop/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/bloop/README.md b/plugins/bloop/README.md index 88cd04051..d7953588c 100644 --- a/plugins/bloop/README.md +++ b/plugins/bloop/README.md @@ -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 |