Skip to content

Commit

Permalink
Fix incorrect documentation for argslist example
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Oct 9, 2011
1 parent 7888642 commit 79d7bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -33,7 +33,7 @@ With Dizzee you could define a `service` called *my-static* to turn this process
To define this as a Dizzee service you would add the following to your .emacs::

(dz-defservice my-static "python"
:args ("7878")
:args '("-m" "SimpleHTTPServer" "7878")
:cd "/home/you/your-awesome-project/static")


Expand Down Expand Up @@ -99,4 +99,4 @@ Or, if you insist, (*grumbles...*) download dizzee.el and::
Bugs
====

Use the Github tracker https://github.com/davidmiller/dizzee/issues
Use the Github tracker https://github.com/davidmiller/dizzee/issues

0 comments on commit 79d7bcf

Please sign in to comment.