aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Satender Singh Rathore <satenderjpr@gmail.com>2015-12-18 15:31:06 +0530
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-12-21 20:32:43 -0800
commitc9ddad94a92384fde21a178284b898590bfee57b (patch)
tree6c98a82ef5eb6465081aa63f972ab2b067c6d7f2 /README.md
parent172f1e1b5f414da69357e109577a5fb8ba5d9fc0 (diff)
double quote instead of single quote
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89c7d9dc..6978807f 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ For more on fish's design philosophy, see the [design document](http://fishshell
## Quick Start
-fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/docs/current/tutorial.html> by searching for the magic phrase 'unlike other shells'.
+fish generally works like other shells, like bash or zsh. A few important differences can be found at <http://fishshell.com/docs/current/tutorial.html> by searching for the magic phrase "unlike other shells".
Detailed user documentation is available by running `help` within fish, and also at <http://fishshell.com/docs/current/index.html>