Final round of doc checking (#514)

* updated pxt version

* fixing casing issue in RPS image

* bumped pxt version

* fix casing
This commit is contained in:
Peli de Halleux 2017-08-19 09:22:33 -07:00 committed by GitHub
parent 701463e0e2
commit f5fcf51d6c
4 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
For this activity, each student will need a micro:bit. For this activity, each student will need a micro:bit.
Everyone will create the same program, the classic rock paper scissor game. Everyone will create the same program, the classic rock paper scissor game.
![Rock, paper, scissors](/static/courses/csintro/conditionals/rock-paper-scissors.png) ![Rock, paper, scissors](/static/courses/csintro/conditionals/rock-paper-scissors-items.png)
## Introduce activity ## Introduce activity

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -38,6 +38,6 @@
"semantic-ui-less": "^2.2.4" "semantic-ui-less": "^2.2.4"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.12.121" "pxt-core": "0.12.124"
} }
} }