From 4ea5e419b04311bfd9d43cd4383b2db803921dd4 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 3 Apr 2015 08:43:37 -0400 Subject: [PATCH] :pencil2: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ed970ad..49e46fca 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ contains every version of every file. This is a core feature of a distributed version control system. But for some types of projects, this is not reasonable or even practical. Multiple revisions of a large file take up space quickly, slowing down repository operations and making clones, fetches, and pulls -unwieldy. The Git LFS overcomes this limitation by storing the metadata for -large files in Git and syncing the actual file contents to a configurable [Git +unwieldy. Git LFS overcomes this limitation by storing the metadata for +large files in Git and syncing the file contents to a configurable [Git LFS server](docs/api.md). Some of the key features include: