From 29f7ade1648050778ee9234b92a817b4fac08594 Mon Sep 17 00:00:00 2001 From: DeaR Date: Tue, 17 Apr 2012 23:56:37 +0900 Subject: [PATCH] Fix markdown typo. #11 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ca8e47e..8b3a466 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,13 @@ A front end for git in [xyzzy]. 3. 更に環境固有の設定も追加します * [msysgit] を使用 + $MSYSGIT -- [msysgit] のインストールディレクトリ ```lisp (pushnew `("PATH" . ,(concat "$MSYSGIT/bin;$MSYSGIT/mingw/bin;$MSYSGIT/cmd;" (si:getenv "PATH"))) *git-environ* :test #'equal) ``` - $MSYSGIT -- [msysgit] のインストールディレクトリ - * [msysgit] と [cygwin] が同居していて、 [msysgit] を使用 ```lisp