From e940c2f12ed254f8c3f1b52b5bc50b5bb3cf1abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=A5=9A=E6=9D=B0?= Date: Sun, 21 Jun 2015 23:48:46 +0800 Subject: [PATCH] Added a mising * --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39bef86..8ce6c36 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Notes: - Alternatively, if you love vi-style key-bindings, use `set -o vi`. -- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r* and **alt-.**. +- To see recent commands, `history`. There are also many abbreviations such as `!$` (last argument) and `!!` last command, though these are often easily replaced with **ctrl-r** and **alt-.**. - To go back to the previous working directory: `cd -`