summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJed Brown <jed@59A2.org>2013-12-30 13:17:11 -0700
committerJed Brown <jed@59A2.org>2013-12-30 13:17:11 -0700
commit771b59355167a40c216de2460147cd182a5dcd78 (patch)
tree1e54354d14b4da86564308ea91ebdca74260e5a7
parent0701f44d61d3bdab8170bc14675c81e2e63fd6e1 (diff)
parent05f4fbd915cb8bbabd53d21a4d943696bec9b191 (diff)
downloadgit-fat-771b59355167a40c216de2460147cd182a5dcd78.tar.gz
Merge branch 'patch-1' of github:mspacek/git-fat
* 'patch-1' of github:mspacek/git-fat: Fix README.md typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce169e2..fdd6322 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Edit `.gitattributes` to regard any desired extensions as fat files.
*.gz filter=fat -crlf
^D
-Run `git fat init` to active the extension. Now add and commit as usual.
+Run `git fat init` to activate the extension. Now add and commit as usual.
Matched files will be transparently stored externally, but will appear
complete in the working tree.
@@ -104,7 +104,7 @@ Now let's push our fat files using the rsync configuration that we set up earlie
sent 61 bytes received 12 bytes 48.67 bytes/sec
total size is 6449 speedup is 88.34
-We we might normally set a remote now and push the git repository.
+We might normally set a remote now and push the git repository.
## Cloning and pulling
Now let's look at what happens when we clone.