diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 3c50cbaec..ab03714dc 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@ Created /usr/local/Library/Formula/foo.rb</code></pre> <p>Homebrew has a Git foundation, so enjoy version control on your brewing customizations and easily merge upstream updates. </p> </div> <div class="col-2"> - <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in TextMate!</span></code></pre> + <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in $EDITOR!</span></code></pre> </div> </div> </li> |
