From a8aecec6eeb41ccac35871cbe45fed4ae5231f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sat, 4 Apr 2020 18:15:54 +0200 Subject: [PATCH] readme: better phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd47392a..68dad058 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ There is multiple ways to use `git-bug`: Native workflow

-This is the pure `git-bug` experience. As you would do with code, push and pull your bugs between git remotes. +This is the pure `git-bug` experience. In a similar fashion as with code, use `git bug push` and `git bug pull` to push and pull your bugs between git remotes and collaborate with your teammate.