From fd1c3d376eedf4a281daada8484739af2b2e6f2d Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 6 Oct 2021 18:38:50 +0200 Subject: [PATCH] Fix typos --- README.md | 2 +- contrib/completion/_fd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22361cb..2fa4eab 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ You can install [the fd-find package](https://www.freshports.org/sysutils/fd) fr pkg install fd-find ``` -### From NPM +### From npm On linux and macOS, you can install the [fd-find](https://npm.im/fd-find) package: diff --git a/contrib/completion/_fd b/contrib/completion/_fd index 3f43b0f..28b37ee 100644 --- a/contrib/completion/_fd +++ b/contrib/completion/_fd @@ -220,7 +220,7 @@ _fd() { _fd "$@" # ------------------------------------------------------------------------------ -# Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users +# Copyright (c) 2011 GitHub zsh-users - http://github.com/zsh-users # All rights reserved. # # Redistribution and use in source and binary forms, with or without