From 73bd0f4a4e2ce758bc65d69d22dffd9980aff897 Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Fri, 17 Aug 2018 18:44:38 +0100 Subject: docs: fix some typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 40b2e22d..576e198b 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Would it be nice to not have to rely on a web service somewhere to deal with bugs ? -Would it be nice to be able to browse and edit bug report offline ? +Would it be nice to be able to browse and edit bug reports offline? -`git-bug` is a distributed bug tracker embedded in `git`. It use git's internal storage so **no files are added in your project**. +`git-bug` is a distributed bug tracker embedded in `git`. It uses git's internal storage so **no files are added in your project**. -As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples. +As you would do with commits and branches, you can push your bugs to the same git remote you are already using to collaborate with other people. :construction: This is for now a proof of concept. Expect dragons and unfinished business. :construction: -- cgit