Skip to content

Commit

Permalink
Incomplete sentence in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihal committed Feb 27, 2015
1 parent e317bd8 commit eeadeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ but now subworkers.
Using this is easy!

1. Download [`subworkers.js`](https://raw.githubusercontent.com/dmihal/Subworkers/master/subworkers.js)
2. In the document hosting the WebWorkers, include the `subworkers.js` script before
2. In the document hosting the WebWorkers, include the `subworkers.js` script before any scripts that create WebWorkers.

``` html
<script src="subworkers.js"></script>
```

3. In the code for any WebWorker that will have a subworker, you also need to include `subworkers.js`
3. In the code for any WebWorker that will have a subworker, you also need to include `subworkers.js`.

``` javascript
importScripts("subworkers.js");
Expand Down

0 comments on commit eeadeb8

Please sign in to comment.