summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2018-09-25 19:09:49 -0700
committerGitHub <noreply@github.com>2018-09-25 19:09:49 -0700
commit0a7725ce30fbe6b7a6992458b0ba55f998195a6f (patch)
tree086677e46cdddd20809611fff202a23bfaa2617b
parentf169ba2b0ab9458eee6d6ce389839baf78f8c477 (diff)
downloadappdirs-0a7725ce30fbe6b7a6992458b0ba55f998195a6f.tar.gz
Proper platform naming, change Mac OS X to macOS.
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 453eb02..c6928fd 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
the problem
===========
-What directory should your app use for storing user data? If running on Mac OS X, you
+What directory should your app use for storing user data? If running on macOS, you
should use::
~/Library/Application Support/<AppName>
@@ -48,7 +48,7 @@ and also:
some example output
===================
-On Mac OS X::
+On macOS::
>>> from appdirs import *
>>> appname = "SuperApp"