Skip to content

Commit

Permalink
description fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kononov committed Feb 17, 2014
1 parent c4e27e2 commit 4c24ae0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ console.log("Hello Node World!");
* Create `HelloWorld.worker` file, example:

```ruby
runtime 'php'
runtime 'node'
exec 'HelloWorld.js'
```
* Upload!
Expand Down Expand Up @@ -91,6 +91,4 @@ worker.tasksWaitFor(task_id, function (err, res) {
You can find more documentation here:

* http://dev.iron.io Full documetation for iron.io products.
* [IronWorker PHP reference](http://iron-io.github.com/iron_worker_php/).
* [IronWorker PHP Wiki pages](https://github.com/iron-io/iron_worker_php/wiki).
* [IronWorker PHP Examples](https://github.com/iron-io/iron_worker_examples/tree/master/php)
* [IronWorker Node Examples](https://github.com/iron-io/iron_worker_examples/tree/master/node)

0 comments on commit 4c24ae0

Please sign in to comment.