From d16cd9ced1feffb53b8457357aab17be72addeae Mon Sep 17 00:00:00 2001 From: Jesse Atkinson Date: Thu, 9 Nov 2017 14:12:34 -0800 Subject: [PATCH] Update "OS X" to "macOS" in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d81c287..fd15cc9 100644 --- a/README.markdown +++ b/README.markdown @@ -90,7 +90,7 @@ directory. Edit a file from the repository. `:Gbrowse` delegates to `git web--browse`, which is less than perfect when it comes to finding the right browser. You can tell it the correct -browser to use with `git config --global web.browser ...`. On OS X, for +browser to use with `git config --global web.browser ...`. On macOS, for example, you might want to set this to `open`. See `git web--browse --help` for details.