From: Aaron Schumacher Date: Wed, 21 May 2014 20:01:04 +0000 (-0400) Subject: typo: "availabile.d" to "available.d" X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/3177d4ce121ee916e83a65ffd539dc328e8f55a1?hp=-c typo: "availabile.d" to "available.d" --- 3177d4ce121ee916e83a65ffd539dc328e8f55a1 diff --git a/doc/README.md b/doc/README.md index 0fc717a..74a0e80 100644 --- a/doc/README.md +++ b/doc/README.md @@ -128,7 +128,7 @@ of myrepos is technically optional, it will be an integral part of the proposed system that follows. For instance, you can use [myrepos][myrepos] to track repositories in home such as `.emacs.d`, which `mr` can clone and update for you automatically. To do this, -just add a `mr` configuration file to `availabile.d` with a `checkout` +just add a `mr` configuration file to `available.d` with a `checkout` command to clone the repo, and set the [title] to the desired location, e.g. `$HOME/.emacs.d`. Try the `mr register` command in an existing repository, then view `~/.mrconfig` for an example.