From 2473bc22f7a3a124bb1beb636adef8f5af5151ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=B9=BB?= Date: Mon, 18 May 2015 14:15:16 +0800 Subject: [PATCH] spelling err:ifrom -> from. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94af741b..cbf6b3b4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ List branches = gitLabApi.getRepositoryApi().getBranches(); RepositoryFileApi: ```java -// Get info (name, size, ...) and the content ifrom a file in repository +// Get info (name, size, ...) and the content from a file in repository RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile("file-path", 1234, "ref"); ``` -- GitLab