mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Update npm readme to use correct path for the Javascript generator (#2993)
This commit is contained in:
@@ -58,7 +58,7 @@ If your application needs to generate code from the Blockly blocks, you'll want
|
||||
```js
|
||||
import 'blockly/python';
|
||||
```
|
||||
to include the Python generator, you can also import ``blockly/js``, ``blockly/php``, ``blockly/dart`` and ``blockly/lua``.
|
||||
to include the Python generator, you can also import ``blockly/javascript``, ``blockly/php``, ``blockly/dart`` and ``blockly/lua``.
|
||||
|
||||
#### Blockly Languages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user