From 91a944e60739c33111517e7c22804578e5b2581b Mon Sep 17 00:00:00 2001 From: "James A. Anderson" Date: Wed, 29 May 2013 08:31:04 -0600 Subject: [PATCH] Update CONTRIBUTING.md with shortened link syntax --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e28f118a..4b9d1b2ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ class Alfred < Cask homepage 'http://www.alfredapp.com/' version '1.3.2_265' sha1 'e10f15a0ae758cae2a22557f14890fa5989260ce' - link :app, 'Alfred.app' + link 'Alfred.app' end ``` @@ -49,7 +49,7 @@ class MyNewCask < Cask homepage '' version '' sha1 '' - link :app, '' + link '' end ``` @@ -68,7 +68,7 @@ Fill in the following fields for your Cask: * In order to find out the checksum for the file, the easiest way is to leave it blank and attempt installation. The checksum will fail and tell you what the real sha1 should be. -* You can specify `link :app, :none` if no files should be linked +* You can specify `link :none` if no files should be linked * If the application does not have versioned downloads, you can skip the checksum by specifying `no_checksum`, which takes no arguments * We have some conventions for projects without version-specific URLs. `latest`