From 98fd5fa4dad77fe24993957a11fdb9957734f6e0 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Sun, 6 Mar 2022 17:28:23 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db726ab..ac4b497 100644 --- a/README.md +++ b/README.md @@ -149,10 +149,10 @@ zmodule zsh-users/zsh-autosuggestions The [completion] module calls `compinit` for you. You should remove any `compinit` calls from your `~/.zshrc` when you use this module. The modules will be initialized in the order they are defined, and [completion] must be -initialized after all modules that add completion definitions, so it comes after -[zsh-users/zsh-completions]. +initialized *after* all modules that add completion definitions, so it must come +after [zsh-users/zsh-completions]. -See the [`zmodule` usage](#zmodule) below for more examples on how to use it to +Check the [`zmodule` usage](#zmodule) below for more examples on how to use it to define the modules you want to use. Usage @@ -166,7 +166,7 @@ use. The modules will be initialized in the order they are defined. The `~/.zimrc` file is not sourced during Zsh startup, and it's only used to configure the `zimfw` plugin manager. -The [examples of `~/.zimrc` files](#create-zimrc) above. +Check [examples of `~/.zimrc` files](#create-zimrc) above. ### zmodule