aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 294bb549..41b5e72a 100644
--- a/README.md
+++ b/README.md
@@ -227,17 +227,17 @@ The web UI interact with the backend through a GraphQL API. The schema is availa
Interactively configure a new github bridge:
```bash
-git bug bridge configure
+git bug bridge new
```
Or manually:
```bash
-git bug bridge configure \
+git bug bridge new \
--name=<bridge> \
--target=github \
--url=https://github.com/MichaelMure/git-bug \
- --login=<login>
+ --login=<login> \
--token=<token>
```