From a446f1dc56e9f257264e28be029aa5efa23bb8e5 Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Thu, 9 Apr 2015 09:35:27 +0300 Subject: [PATCH] unimportant --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfe647d..54e8580 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Let's see a bare bones example: $ mgit foo commit -m "init" # commit on foo $ mgit bar commit -m "init" # commit on bar $ ls - foo.txt bar.txt # both foo.txt and bar.txt share the same dir + foo.txt bar.txt # foo.txt and bar.txt are in the same dir $ mgit foo ls-files foo.txt # but project foo only tracks foo.txt $ mgit bar ls-files