aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-17 20:04:41 +0200
committerGitHub <noreply@github.com>2018-08-17 20:04:41 +0200
commitf8f48b975adba688ff0bdee5725468e69f5fc999 (patch)
tree3a79c53ae6ca011e4c21e1ccdb1b99411699f0c0 /README.md
parentc974cc022d3ecd2e7567e66bdce504fe8c51e922 (diff)
parent73bd0f4a4e2ce758bc65d69d22dffd9980aff897 (diff)
downloadgit-bug-f8f48b975adba688ff0bdee5725468e69f5fc999.tar.gz
Merge pull request #14 from zetok/typos
docs: fix some typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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: