Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Sep 21, 2020
1 parent 97ef371 commit 3975b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,4 +1,7 @@
language: node_js
node_js:
- "4.0.0"
- "stable"
- lts/*
- node
- 10


4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -27,7 +27,7 @@ $ npm install --save throng

## Use

### Fork 1 worker per CPU core:
### Fork 1 worker per CPU:

```js
throng(workerStartFunction)
Expand Down Expand Up @@ -67,7 +67,7 @@ function worker(id, disconnect) {
})
```

## All Options (with defaults)
## All options (with defaults)

```js
throng({
Expand Down

0 comments on commit 3975b70

Please sign in to comment.