From b598ec5f4d5b63ddb8a640510cbe85f986dd27c8 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 24 Feb 2014 23:43:45 +0530 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a97a3ba0..39615d10 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ docker run -d [OPTIONS] sameersbn/gitlab ## Rake Tasks -The app:rake command allows you to run gitlab rake tasks. To run a rake task simple specify the task to be executed to the app:rake command. For example, if you want to gather information about gitLab and the system it runs on. +The app:rake command allows you to run gitlab rake tasks. To run a rake task simply specify the task to be executed to the app:rake command. For example, if you want to gather information about gitLab and the system it runs on. ```bash docker run -d [OPTIONS] sameersbn/gitlab app:rake gitlab:env:info