From 948f8159802be985f182c827fa705dd439222b41 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 23 Apr 2016 15:46:57 +0900 Subject: [PATCH] Reword FAQ#1 question. --- README.md | 2 +- fisher.fish | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2f322f..dc4787a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ fisher help z ## FAQ -### 1. What fish version is required? +### 1. What is the required fish version? fisherman was built for fish >= 2.3.0. If you are using 2.2.0, append the following code to your `~/.config/fish/config.fish` for [snippet](#8-what-is-a-plugin) support. diff --git a/fisher.fish b/fisher.fish index 43ce86d..756984c 100644 --- a/fisher.fish +++ b/fisher.fish @@ -1719,7 +1719,7 @@ function __fisher_man_page_write # . # .SH "FAQ" # . - # .SS "1\. What fish version is required?" + # .SS "1\. What is the required fish version?" # fisherman was built for fish >= 2\.3\.0\. If you are using 2\.2\.0, append the following code to your \fB~/\.config/fish/config\.fish\fR for snippet support\. # . # .IP "" 4 @@ -1796,7 +1796,7 @@ function __fisher_man_page_write # This mechanism only installs plugins and missing dependencies\. To remove a plugin, use \fBfisher rm\fR instead\. # . # .SS "6\. Where can I find a list of fish plugins?" - # Browse the [organization] or use the \fIhttp://fisherman\.sh/#search\fR search to discover content\. + # Browse or use the \fIhttp://fisherman\.sh/#search\fR search to discover content\. # . # .SS "7\. What is a plugin?" # A plugin is: