From 2a968ddc33ef022bc8d9ae1d3c5c404161ba6ad3 Mon Sep 17 00:00:00 2001 From: Alex Dergachev Date: Fri, 28 Nov 2014 17:11:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 555451f..49969c9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ On submitting the repository creation form, the identifier and `url` For example, if you enter `https://github.com/dergachev/vagrant-vbox-snapshot` as the Clone URL, it will prefill the Identifier and filesystem path fields as follows: * Identifier: `vagrant-vbox-snapshot` -* URL (filesystem path): `REDMINE_PLUGINS_PATH/redmine_git_remote/repos/github.com/dergachev/vagrant-vbox-snapshot` +* Path: `REDMINE_PLUGINS_PATH/redmine_git_remote/repos/github.com/dergachev/vagrant-vbox-snapshot` Once the remote URL is validated, the plugin creates an [empty clone](http://stackoverflow.com/questions/895819/whats-the-most-straightforward-way-to-clone-an-empty-bare-git-repository) at the specified path.