summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-03-20 19:51:52 -0700
committerStan Hu <stanhu@gmail.com>2016-03-20 19:51:52 -0700
commit9f482f8d24c8555ca4fbfd87efb1d155ed581509 (patch)
treeed3c10c71e541f8bb0d60ac3b51364c60856e2dd
parent52f73187516ebd2c6aa1f0df7df4d4f233dc17d2 (diff)
parentf1ac6cb5146dcb4a05d0c364969fe1771293101b (diff)
downloadgitlab-shell-9f482f8d24c8555ca4fbfd87efb1d155ed581509.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlab-shell
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 383c521..027e1e6 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ This design will work without a script git-lfs-authenticate, but with the follow
* You will need to manually configure lfs-server URL for every user working copy;
* SSO don't work and you need to manually add lfs-server credentials for every user working copy (otherwise, git-lfs will ask for the password for each file).
-Usefull links:
+Useful links:
* https://github.com/github/git-lfs/tree/master/docs/api - Git LFS API, also contains more information about ```git-lfs-authenticate```;
* https://github.com/github/git-lfs/wiki/Implementations - Git LFS-server implementations.