Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed May 11, 2013
1 parent 231dea8 commit 5319ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Now that you got the idea, let's think a little bit: What if i have 3, 5, 100 Th
pre. // Instantiate a new ThreadController
ThreadController controller = ThreadController();
// Now, put a bunch of Threads inside it, FEED it!
pre. controller.add(&myThread); // Notice the & before the thread, IF it's not instantied as a pointer.
controller.add(&myThread); // Notice the & before the thread, IF it's not instantied as a pointer.
controller.add(&hisThread);
controller.add(&sensorReadings);
...
Expand Down

0 comments on commit 5319ccf

Please sign in to comment.