stop-watch -> stopwatch
This commit is contained in:
@ -14,8 +14,9 @@
|
||||
}, {
|
||||
"name": "Stop Watch",
|
||||
"description": "Easily track time",
|
||||
"url": "/projects/stop-watch",
|
||||
"imageUrl":"/static/mb/projects/stop-watch.png"
|
||||
"url": "/projects/stopwatch",
|
||||
"imageUrl":"/static/mb/projects/stopwatch.png",
|
||||
"cardType": "side"
|
||||
}]
|
||||
```
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Stopwatch
|
||||
|
||||

|
||||

|
||||
|
||||
This project turns the @boardname@ into a simple stopwatch. Pressing **A** will start the timer. Pressing **A** again will show the amount of elapsed time and reset the timer. Let's get started.
|
||||
|
@ -16,12 +16,12 @@ Turtle graphics on your @boardname@ screen!
|
||||
"description": "Move in a spiral",
|
||||
"url": "/projects/turtle-spiral",
|
||||
"imageUrl":"/static/mb/projects/turtle-spiral.png",
|
||||
"cardType": "sideProject"
|
||||
"cardType": "side"
|
||||
}, {
|
||||
"name": "Scanner",
|
||||
"description": "Scan down the screen",
|
||||
"url": "/projects/turtle-scanner",
|
||||
"imageUrl":"/static/mb/projects/turtle-scanner.png",
|
||||
"cardType": "sideProject"
|
||||
"cardType": "side"
|
||||
}]
|
||||
```
|
||||
|
Reference in New Issue
Block a user