Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gratimax-test committed Aug 5, 2012
1 parent a4cbcc3 commit fd1f52c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Scratra is a framework for [Scratch](http://scratch.mit.edu) remote sensor conne
from scratra import *

@start
def start(scratch):
def whenstart(scratch):
print 'Hello, World!'

@broadcast('hi, scratra!')
def hi(scratch):
print 'Hi, Scratch!'

run()
```
###And meow
```sh
Expand Down

0 comments on commit fd1f52c

Please sign in to comment.