Skip to content

Commit

Permalink
OS X -> macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Jun 3, 2019
1 parent 462ff97 commit 96d6b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here’s what Confuse brings to the table:

- Look for configuration files in **platform-specific paths**. Like
``$XDG_CONFIG_HOME`` or ``~/.config`` on Unix; "Application Support" on
Mac OS X; ``%APPDATA%`` on Windows. Your program gets its own
macOS; ``%APPDATA%`` on Windows. Your program gets its own
directory, which you can use to store additional data. You can
transparently create this directory on demand if, for example, you
need to initialize the configuration file on first run. And an
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ application called ``AppName``.

Here are the default search paths for each platform:

* OS X: ``~/.config/app`` and ``~/Library/Application Support/app``
* macOS: ``~/.config/app`` and ``~/Library/Application Support/app``
* Other Unix: ``~/.config/app`` and ``/etc/app``
* Windows: ``%APPDATA%\app`` where the `APPDATA` environment variable falls
back to ``%HOME%\AppData\Roaming`` if undefined

Both OS X and other Unix operating sytems also try to use the
Both macOS and other Unix operating sytems also try to use the
``XDG_CONFIG_HOME`` and ``XDG_CONFIG_DIRS`` environment variables if set
then search those directories as well.

Expand Down

0 comments on commit 96d6b3d

Please sign in to comment.