From 08c370fad9ef0ce1adfb34703caf0365d5c44b91 Mon Sep 17 00:00:00 2001 From: Jericho Date: Fri, 21 Oct 2016 14:52:48 -0600 Subject: [PATCH] typo: seperate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4588305..09dcd84 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ AsyncTask [![Travis](https://api.travis-ci.org/gorillatron/async-task.svg)](https://travis-ci.org/gorillatron/async-task) [![Code Climate](https://codeclimate.com/github/gorillatron/async-task/badges/gpa.svg)](https://codeclimate.com/github/gorillatron/async-task) ========= -Execute tasks asynchronous tasks without seperate files. In browsers without ```Worker``` support it fallbacks to ```iframe```. +Execute tasks asynchronous tasks without separate files. In browsers without ```Worker``` support it fallbacks to ```iframe```. In Nodejs it spawns a process using ```child_process```.