diff --git a/README.md b/README.md index 21ae12f..02da4dc 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ update the current data. ```js const p = new Parallel('forwards'); -// Spawn a remote job (we'll see more on how to use then later) +// Spawn a remote job (we'll see more on how to use them later) p.spawn(data => { data = data.reverse();