Skip to content

Commit

Permalink
Added example link to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Mar 25, 2012
1 parent 07ef949 commit e915668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -72,3 +72,7 @@ A worker is a process which receives tasks from a broker and executes them. You
bokeh = require "bokeh"
worker = new bokeh.Worker
worker.registerTask "Reverse", require("./tasks/reverse")

## Example

Check out the [example application](bokeh/tree/master/examples).

0 comments on commit e915668

Please sign in to comment.