diff --git a/README.md b/README.md index 94af741ba0dece9e3d0a34b5006b4d290aa573ef..cbf6b3b4057e697b56b19413efd33807b65e7d74 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"); ```