Skip to content

Commit

Permalink
Link to tutorial from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
earl committed Jul 6, 2011
1 parent c79c518 commit 07e7945
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.mkd
Expand Up @@ -5,7 +5,7 @@ beanstalkc is a simple beanstalkd client library for Python. [beanstalkd][] is
a fast, distributed, in-memory workqueue service.

beanstalkc depends on [PyYAML][], but there are ways to avoid this dependency.
See Appendix A of the tutorial for details.
See Appendix A [of the tutorial][tutorial] for details.

beanstalkc is pure Python, and is compatible with [eventlet][] and [gevent][].

Expand All @@ -29,7 +29,10 @@ Here is a short example, to illustrate the flavor of beanstalkc:
'hey!'
>>> job.delete()

For more information, see `TUTORIAL.md`, which will explain most everything.
For more information, see [the tutorial][tutorial], which will explain most
everything.

[tutorial]: TUTORIAL.mkd


License
Expand Down

0 comments on commit 07e7945

Please sign in to comment.