Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b811d7c

Browse files
committed
docs: explain placement of zone.js script
1 parent d3c785a commit b811d7c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ Hooks that you don't override when forking a zone are inherited from the existin
6060
See the [API docs](#api) below for more.
6161

6262

63+
## Usage
64+
65+
To start using Zones, you need to include the `zone.js` script in this package onto
66+
your page. This script should appear in the `<head>` of your HTML file before any other
67+
scripts, including shims/polyfills.
68+
69+
6370
## Examples
6471

6572
There are two kinds of examples:

0 commit comments

Comments
 (0)