Skip to content

Commit e44709d

Browse files
committed
Slight rewording.
1 parent ca7d1e3 commit e44709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const MyComponent = () => (
7878

7979
`<WebWorker>` takes the following properties:
8080

81-
- `url` {string} (required) Public url to the Web Worker file (from the root of your domain)
81+
- `url` {string} (required) Public url to the Web Worker file (or path relative to the root of your domain)
8282
- `options` {Object} Options passed to the Worker constructor
8383
- `onMessage` {Function} Callback function invoked when a message is received, passing message data as argument
8484
- `onError` {Function} Callback function invoked when an error is received, passing error object as argument

0 commit comments

Comments
 (0)