diff --git a/api.md b/api.md
index 7d5665f..e52253d 100644
--- a/api.md
+++ b/api.md
@@ -178,8 +178,8 @@ Action|Description|Parameters
------|-----------|----------
`getAvailableModules`|Return an array of modules available for download|_none_
`getInstalledModules`|Return an array of modules currently installed|_none_
-`downloadModule`|Download a specified module|
- `moduleName`
- Name of module to install
- `destination`
-`installModule`|Install a specified module|
- `moduleName`
- Name of module to install
- `destination`
+`downloadModule`|Download a specified module|
- `moduleName`
- Name of module to install
- `destination`
- Destination of module.(`sdcard` or `internal`)
+`installModule`|Install a specified module|- `moduleName`
- Name of module to install
- `destination`
- Destination of module.(`sdcard` or `internal`)
`removeModule`|Remove a specified module|
`downloadStatus`|Check status of module download|_none_
`installStatus`|Check status of module install|_none_