aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Bochtler2021-06-05 17:29:57 +0200
committerrfjakob2021-06-19 20:22:20 +0200
commit7889346947c891d724412675f148466b3f5dabd1 (patch)
tree99af16e685f5efdc2806c34d29a9cff5a7a97ff1
parent98ab59c96e1c2ff216441dfed99e4e7e91c09063 (diff)
README: Rename Mac OS X to its latest name
See: https://www.apple.com/macos.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index cac5f97..5020123 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ Platforms
Linux is gocryptfs' native platform.
-Beta-quality Mac OS X support is available, which means most things work
+Beta-quality macOS support is available, which means most things work
fine but you may hit an occasional problem. Check out
[ticket #15](https://github.com/rfjakob/gocryptfs/issues/15) for the history
-of Mac OS X support but please create a new ticket if you hit a problem.
+of macOS support but please create a new ticket if you hit a problem.
For Windows, an independent C++ reimplementation can be found here:
[cppcryptfs](https://github.com/bailey27/cppcryptfs)
@@ -62,7 +62,7 @@ On Debian, gocryptfs is available as a deb package:
apt install gocryptfs
```
-On Mac OS X, gocryptfs is available as a Homebrew formula:
+On macOS, gocryptfs is available as a Homebrew formula:
```bash
brew install gocryptfs
```