mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Change extension name to micro:bit
This commit is contained in:
parent
ea1bb602f9
commit
eaeefdcfe7
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ class Scratch3MicroBitBlocks {
|
||||||
* @return {string} - the name of this extension.
|
* @return {string} - the name of this extension.
|
||||||
*/
|
*/
|
||||||
static get EXTENSION_NAME () {
|
static get EXTENSION_NAME () {
|
||||||
return 'MicroBit';
|
return 'micro:bit';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue