Update npm readme to use correct path for the Javascript generator (#2993)

This commit is contained in:
Sam El-Husseini
2019-09-09 15:41:09 -07:00
committed by GitHub
parent 8e0a0e85c4
commit 22fdf2ac20

View File

@@ -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