From 9f0501b14042b6d00c83c44b5b1ac0114dff33b2 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 31 May 2012 22:18:18 -0400 Subject: [PATCH] Move the completion module loading information --- modules/completion/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/completion/README.md b/modules/completion/README.md index e265a49..543ae18 100644 --- a/modules/completion/README.md +++ b/modules/completion/README.md @@ -4,15 +4,15 @@ Completion Loads and configures tab completion and provides additional completions from the [zsh-completions][1] project. +This module must be loaded **after** the *alias* module but **before** the +*utility* module. + Contributors ------------ Completions should be submitted to the [zsh-completions][1] project according to its rules and regulations. This module will be synched against it. -This module must be loaded **after** the *alias* module but **before** the -*utility* module. - Authors -------