From faec73f4145caf06450e5e9c46d19c0960773813 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Tue, 11 Apr 2023 17:43:32 -0700 Subject: [PATCH] s/below/above Assuming I'm parsing this sentence correctly, I think it's referring to the "Installation as a regular script" section above. I got cute and added an anchor tag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63802aa..df821df 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ Note that changes you make to your `~/.zshrc` will only take effect for *future* ## Installation as a shell function -You can just source `sd` in your `.zshrc` and set up completion manually (as described below), but `sd` is designed to be compatible with shell plugin managers. +You can just source `sd` in your `.zshrc` and set up completion manually (as described [above](#installation-as-a-regular-script)), but `sd` is designed to be compatible with shell plugin managers. ### [Antigen](https://github.com/zsh-users/antigen)