Skip to content

Commit

Permalink
Merge pull request #7 from aisipos/patch-1
Browse files Browse the repository at this point in the history
README: fix how to start, now calls run()
  • Loading branch information
ahawker committed Dec 11, 2015
2 parents e7d2a5e + 705f842 commit d0dc3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Call a function and run it within a separate process:
Start the global job scheduler:
```python
if __name__ == '__main__':
crython.tab.start()
crython.tab.run()
```

### Keywords
Expand Down

0 comments on commit d0dc3ea

Please sign in to comment.