diff options
| author | Dominyk Tiller | 2015-02-08 06:39:13 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-09 12:40:10 +0000 | 
| commit | 20d5a85cb680bce5cb47b06288f5f67683b6e173 (patch) | |
| tree | 0888294268176c5db01c225b0f76f9121ba479b1 /share | |
| parent | aad95388ba7ffdd3f298747b5af277d0a0a62b55 (diff) | |
| download | homebrew-20d5a85cb680bce5cb47b06288f5f67683b6e173.tar.bz2 | |
Update Example Formula documentation.
I feel like we’re probably fighting a losing battle here, but here’s a
bundle more updates to the example formula to cover some ground not
already covered.
Closes #36644.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index f792cb826..3aa3fe667 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -81,7 +81,7 @@ Formulae aren’t that complicated. [etl](https://github.com/Homebrew/homebrew/b  And then [Git](https://github.com/Homebrew/homebrew/tree/master/Library/Formula/git.rb) and [flac](https://github.com/Homebrew/homebrew/tree/master/Library/Formula/flac.rb) show more advanced functionality. -A more complete [cheat-sheet](https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/example-formula.rb) shows almost all the stuff you can use in a Formula. +A more complete example-formula [cheat-sheet](https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/example-formula.rb) shows almost all the stuff you can use in a Formula.  ## Grab the URL | 
