diff --git a/README.rst b/README.rst
index e2e506fa..a69458e3 100644
--- a/README.rst
+++ b/README.rst
@@ -23,7 +23,7 @@ Pipenv: Sacred Marriage of Pipfile, Pip, & Virtualenv
**Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom).
-Pipenv harnesses `Pipfile `_, `Pip `_, and `Virtualenv `_ together in unison to create a single, high-quality tool that is optimized for workflow efficiency and best practices.
+Pipenv harnesses `Pipfile `_, `Pip `_, and `Virtualenv `_ together in unison to create a single, high-quality tool that is optimized for workflow efficiency and best practices. Windows is fully supported.
Pipenv automatically creates and manages the virtualenvs of your projects, as well as adds/removes packages from your ``Pipfile`` as you install/uninstall packages. The ``lock`` command generates a lockfile (``Pipfile.lock``).