Skip to content

Commit

Permalink
Fixed typo in install expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoka committed Jun 5, 2014
1 parent d522f8d commit c901f90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README-concurrent.ja.markdown
Expand Up @@ -10,8 +10,8 @@ deferred.el と concurrent.elをload-pathに置いてください。

インストール実行:

(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/concurrent.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/concurrent.el")


## 使い方例 ##
Expand Down
4 changes: 2 additions & 2 deletions README-concurrent.markdown
Expand Up @@ -14,8 +14,8 @@ If you have [auto-install.el](http://www.emacswiki.org/emacs/auto-install.el "au

Install by auto-install:

(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/concurrent.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/concurrent.el")


## Sample codes ##
Expand Down
2 changes: 1 addition & 1 deletion README.ja.markdown
Expand Up @@ -14,7 +14,7 @@ deferred.elをload-pathに置いてください。

インストール実行:

(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")


## 使い方例 ##
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -14,7 +14,7 @@ If you have [auto-install.el](http://www.emacswiki.org/emacs/auto-install.el "au

Install by auto-install:

(auto-install-from-url https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")
(auto-install-from-url "https://github.com/kiwanami/emacs-deferred/raw/master/deferred.el")


## Sample codes ##
Expand Down

0 comments on commit c901f90

Please sign in to comment.