diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index e18043b88cd9..c741911e0558 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -1,6 +1,9 @@ # auto-updater -**This module has only been implemented for OS X. For Windows, check out [atom/grunt-atom-shell-installer](https://github.com/atom/grunt-atom-shell-installer)**. +**This module has only been implemented for OS X.** + +Check out [atom/grunt-atom-shell-installer](https://github.com/atom/grunt-atom-shell-installer) +for building a Windows installer for your app. The `auto-updater` module is a simple wrap around the [Squirrel.Mac](https://github.com/Squirrel/Squirrel.Mac) framework.