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`