summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Spacek <git@mspacek.mm.st>2013-12-30 11:53:29 -0800
committerMartin Spacek <git@mspacek.mm.st>2013-12-30 11:53:29 -0800
commit05f4fbd915cb8bbabd53d21a4d943696bec9b191 (patch)
tree1e54354d14b4da86564308ea91ebdca74260e5a7
parent0701f44d61d3bdab8170bc14675c81e2e63fd6e1 (diff)
downloadgit-fat-05f4fbd915cb8bbabd53d21a4d943696bec9b191.tar.gz
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.