📝 Update docs styles

* Adjust line length to `80`
* Normalize whitespaces

[ci skip]
This commit is contained in:
Plusb Preco 2016-03-31 14:16:14 +09:00
parent 72878d0de6
commit 346ef9df0c
2 changed files with 12 additions and 10 deletions

View file

@ -356,7 +356,7 @@ Clears the recent documents list.
### `app.setAsDefaultProtocolClient(protocol)` _OS X_ _Windows_
* `protocol` String - The name of your protocol, without `://`. If you want your
* `protocol` String - The name of your protocol, without `://`. If you want your
app to handle `electron://` links, call this method with `electron` as the
parameter.
@ -375,7 +375,7 @@ The API uses the Windows Registry and LSSetDefaultHandlerForURLScheme internally
### `app.removeAsDefaultProtocolClient(protocol)` _Windows_
* `protocol` String - The name of your protocol, without `://`.
* `protocol` String - The name of your protocol, without `://`.
This method checks if the current executable as the default handler for a protocol
(aka URI scheme). If so, it will remove the app as the default handler.

View file

@ -2,7 +2,8 @@
This module provides an interface for the `Squirrel` auto-updater framework.
You can quickly launch a multi-platform release server for distributing your application by forking [electron-release-server](https://github.com/ArekSredzki/electron-release-server).
You can quickly launch a multi-platform release server for distributing your
application by forking [electron-release-server][electron-release-server].
## Platform notices
@ -101,3 +102,4 @@ should only be called after `update-downloaded` has been emitted.
[squirrel-windows]: https://github.com/Squirrel/Squirrel.Windows
[installer]: https://github.com/atom/grunt-electron-installer
[app-user-model-id]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx
[electron-release-server]: https://github.com/ArekSredzki/electron-release-server