From 2c7355727a6e609c29ba0332f64fc201e98f60d0 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 21 Apr 2012 10:10:48 +0100 Subject: [PATCH] Clarify recipe syntax (fixes #89) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11149ca9..8e577efc 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,14 @@ contribute a new package by adding a new file under `recipes` using the following form, ```elisp -(name +( :fetcher [git|github|bzr|hg|darcs|svn|wiki] [:url ""] [:repo "github-user/repo-name"] [:files ("", ...)]) -``` +``` -`name` +`package-name` : a lisp symbol that has the same name as the package being specified. `:url`