Skip to content

Commit

Permalink
app -> tool
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Sep 17, 2020
1 parent b8ff3ed commit 0ac5690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To adapt a DrawBot script to `drawbot-skia` you can do a couple of things:
- Add `from drawbot_skia.drawbot imort *` at the top of your script
- Or `import drawbot_skia.drawbot as db` if that's your preferred style

Or you can use the `drawbot` runner app from the command line:
Or you can use the `drawbot` runner tool from the command line:

- `drawbot mydrawbotscript.py output.png`

With the runner app you won't need any Drawbot import in the script, nor do you need a `saveImage(...)` to export results. It pretty much behaves as if you hit "Run" in the classic Drawbot application.
With the `drawbot` runner tool, you won't need any Drawbot import in the script, nor do you need a `saveImage(...)` to export results. It pretty much behaves as if you hit "Run" in the classic Drawbot application.

0 comments on commit 0ac5690

Please sign in to comment.