diff --git a/docs/getting-started.md b/docs/getting-started.md index b212da8a..3ba449c2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -168,4 +168,4 @@ input.onPinPressed(TouchPin.P0, () => { ### Your turn now! -Use the scree, buttons, gestures, pins to create a fun game using the micro:bit. \ No newline at end of file +Use the screen, buttons, gestures, pins to create a fun game using the micro:bit. \ No newline at end of file diff --git a/docs/packages.md b/docs/packages.md index 7738fecd..4217e3fa 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -10,5 +10,12 @@ to a microbit. ## Finding libraries +From the editor, the user clicks on **More** then **Add Package** and searches for the package. + +To see the list of packages, click on **More** then **Show Files** to see the project file list. + +To remove a package, click on the garbage button in the file list next to the package. + ## Publishing libraries +Packages can be published from the pxt command line. We are still sorting out the details. \ No newline at end of file diff --git a/docs/release-notes.md b/docs/release-notes.md index f9bc423a..d6dd788f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,8 +4,10 @@ basic.forever(() => { basic.showString("RELEASE NOTES"); }); ``` -### May 2017 +## May 2017 -We're happy to announce [m.pxt.io](https://m.pxt.io), an Blocks/JavaScript editor for the [BBC micro:bit](https://www.microbit.co.uk). +We're happy to announce [m.pxt.io](https://m.pxt.io), an Blocks/JavaScript editor for the [BBC micro:bit](https://www.microbit.co.uk). +The editor is [open source](/open-source) on GitHub. Send us your PR! -The editor is [open source](/open-source) on GitHub. Send us your PR! \ No newline at end of file +This release contains a Block/JavaScript editor, new simulator that supports multiple micro:bit instances, new documentation engine, +all the blocks from the Microsoft Block Editor in the BBC micro:bit web site. \ No newline at end of file