diff options
| author | Max Howell | 2012-08-02 10:03:15 -0400 | 
|---|---|---|
| committer | Max Howell | 2012-08-02 10:03:15 -0400 | 
| commit | a6703829b3735a686ffd95a6992b865b0ff39774 (patch) | |
| tree | d4b20a572e7a1b3be2c44d71436a8d1e445ac619 | |
| parent | e259845bbf2a5248ca654173fb1ff308be571f01 (diff) | |
| download | homebrew-a6703829b3735a686ffd95a6992b865b0ff39774.tar.bz2 | |
Fix typo in example output
| -rw-r--r-- | index.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/index.html b/index.html index c9f62845e..32e873c9c 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,8 @@ bin/wget -> ../Cellar/wget/1.12/bin/wget</code></pre>                </div>                <div class="col-2">                  <pre><code><span style="color: #e3d796;">$</span> brew create http://foo.com/bar-1.0.tgz -Created /usr/local/Library/Formula/foo.rb</code></pre> +Created /usr/local/Library/Formula/bar.rb +</code></pre>                </div>              </div>            </li> | 
