Merge pull request #23326 from rayw000/fix/MacOS-should-be-macOS

MacOS should be macOS in README.md
pull/23361/head
Kubernetes Prow Robot 2020-08-22 06:09:40 -07:00 committed by GitHub
commit 9be8a280c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ make serve
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
### Troubleshooting MacOS for too many open files
### Troubleshooting macOS for too many open files
If you run `make serve` on MacOS and receive the following error:
If you run `make serve` on macOS and receive the following error:
```
ERROR 2020/08/01 19:09:18 Error: listen tcp 127.0.0.1:1313: socket: too many open files
@ -92,7 +92,7 @@ sudo chown root:wheel /Library/LaunchDaemons/limit.maxproc.plist
sudo launchctl load -w /Library/LaunchDaemons/limit.maxfiles.plist
```
This works for Catalina as well as Mojave MacOS.
This works for Catalina as well as Mojave macOS.
# Get involved with SIG Docs