From 037371553f03efae566a67ecf07f7c4e22413d24 Mon Sep 17 00:00:00 2001 From: Tomoya Tanjo Date: Wed, 5 Jun 2013 00:24:59 +0900 Subject: [PATCH] Add missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e7b5ef..e87b00d7 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ a lisp symbol that has the same name as the package being specified. (one of `git, github, bzr, hg, darcs, svn, cvs, wiki`) specifies the type of repository that `:url` points to. Right now package-build supports [git][git], [github][github], [bazaar (bzr)][bzr], [mercurial (hg)][hg], -[subversion (svn)][svn], [cvs][cvs] [darcs][darcs], and +[subversion (svn)][svn], [cvs][cvs], [darcs][darcs], and [Emacs Wiki (wiki)][emacswiki] as possible mechanisms for checking out the repository. With the exception of the Emacs Wiki fetcher, package-build uses the corresponding application to update files