Updated tutorial_android_module (markdown)

Juan Linietsky 2015-03-23 17:09:14 -03:00
parent dec19842a6
commit c6ab7cff88

@ -220,9 +220,9 @@ c:\godot> scons p=android
c:\godot\platform\android\java> ant release
```
### Using the SDK
### Using the Module
To use the SDK from GDScript, first enable the singleton by adding the following line to engine.cfg:
To use the Module from GDScript, first enable the singleton by adding the following line to engine.cfg:
```
[android]