diff --git a/readme.md b/readme.md index 8a991e4..b0d83d3 100644 --- a/readme.md +++ b/readme.md @@ -42,17 +42,17 @@ board.on("ready", function() { ## Deploying Your Program To Tessel 2 -For testing, deploy to RAM: +For testing and development, run in RAM: ``` t2 run ``` -When ready for use, deploy to flash: +When your program is ready for deployment, push to flash: ``` -t2 run +t2 push ```