summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"