Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2015-03-26 13:04:11 +0300
committerZoltan Varga <vargaz@gmail.com>2015-03-26 13:04:11 +0300
commit861ea992dcee0693a5700bdc59a103ff8c523b26 (patch)
tree50ca87ffcae3afd2e00c89e61193ecbd204d41ea /README.md
parentb9abb7c34bfd6d5f0a5ce221914bf6b794cd3cbf (diff)
[readme] Remove xamcore reference.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d78b859e46b..fb27ad04a64 100644
--- a/README.md
+++ b/README.md
@@ -491,7 +491,7 @@ Use `git checkout` to move back to a branch before making changes:
$ git commit/push new changes to the repo (submodule)
$ cd <top-level>
- $ git add <submodule> # this will record the new commits to xamcore
+ $ git add <submodule> # this will record the new commits to the submodule
$ git commit
To switch the repo of a submodule (this should not be a common or normal thing