Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
docs: improve "Hooks" font size
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 22, 2018
1 parent 165b988 commit 358016c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/hooks.md
Expand Up @@ -2,11 +2,10 @@

"Hooks" are functions that listen to a `BundleEvent` object.

The following methods are always available on bundles (even in workers).

[Learn](./fs.md#hooks) about hooks available in main process only.
- [**Hooks not available to workers**](./fs.md#hooks)
- [**Hooks only available to workers**](./workers.md#hooks)

[Learn](./workers.md#hooks) about hooks available in workers only.
The following methods are always available on bundles (even in workers).

#### `hook(id: string, fn: Function): this`

Expand Down

0 comments on commit 358016c

Please sign in to comment.