diff --git a/metadata.rb b/metadata.rb index 91fe38e..48dfcc0 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Install Homebrew and use it as your package provider in Mac OS X" -long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) +long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.1" recipe "homebrew", "Install Homebrew" supports "mac_os_x"