diff --git a/README.md b/README.md
index e38f07f0..98f6481a 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ What does it do?
² Only supported on Travis
³ Beta support until Travis CI fixes a bug
-- Builds manylinux, macOS, and Windows wheels for CPython and PyPy
+- Builds manylinux, macOS 10.9+, and Windows wheels for CPython and PyPy
- Works on GitHub Actions, Azure Pipelines, Travis CI, AppVeyor, CircleCI, and GitLab CI
- Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate)
- Runs the library test suite against the wheel-installed version of your library
@@ -77,8 +77,8 @@ jobs:
steps:
- uses: actions/checkout@v2
+ # Used to host cibuildwheel
- uses: actions/setup-python@v2
- name: Install Python
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.8.0
@@ -93,7 +93,7 @@ jobs:
path: ./wheelhouse/*.whl
```
-For more information, including building on Python 2, PyPI deployment, and the use of other CI services, check out the [documentation](https://cibuildwheel.readthedocs.org) and the [examples](https://github.com/joerick/cibuildwheel/tree/master/examples).
+For more information, including building on Python 2, PyPI deployment, and the use of other CI services or the dedicated GitHub Action, check out the [documentation](https://cibuildwheel.readthedocs.org) and the [examples](https://github.com/joerick/cibuildwheel/tree/master/examples).
Options
-------