Skip to content

Commit

Permalink
add import to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Oct 16, 2015
1 parent 96479cf commit 21b8d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ as JSON and will send it to a queue on RabbitMQ instead of running it.

.. code-block:: python
echo("Hello World")
import tasks
tasks.echo("Hello World")
Running a Worker
Expand Down

0 comments on commit 21b8d5d

Please sign in to comment.