diff --git a/api.md b/api.md
index 1e19341..b778be3 100644
--- a/api.md
+++ b/api.md
@@ -126,7 +126,7 @@ Action|Description|Parameters
`clearPool`|Clears the PineAP pool|_none_
`addSSID`|Adds an SSID to the pool|
- ssid
`removeSSID`|Removes an SSID from the pool|- ssid
-`setPineAPSettings`|Update PineAP's settings| - settings
- A dictionary with setting key/value pairs
- allowAssociations
- Whether clients should be allowed to associate to the pineapple
- logProbes
- Whether to log probe requests
- logAssociations
- Whether to log associations
- beaconResponses
- Whether to send beacon responses
- captureSSIDs
- Whether to add sniffed SSIDs to the pool
- broadcastSSIDs
- Whether to broadcast the SSID pool
- beaconInterval
- The beacon interval- must be one of "low", "normal" or "aggressive"
- responseInterval
- The response interval- must be one of "low", "normal" or "aggressive"
- targetMAC
- The MAC to target with responses
- sourceMAC
- The MAC PineAP should spoof
+`setPineAPSettings`|Update PineAP's settings| - `settings`
- A dictionary with setting key/value pairs
- `allowAssociations`
- Whether clients should be allowed to associate to the pineapple
- `logProbes`
- Whether to log probe requests
- `logAssociations`
- Whether to log associations
- `beaconResponses`
- Whether to send beacon responses
- `captureSSIDs`
- Whether to add sniffed SSIDs to the pool
- `broadcastSSIDs`
- Whether to broadcast the SSID pool
- `beaconInterval`
- The beacon interval- must be one of "low", "normal" or "aggressive"
- `responseInterval`
- The response interval- must be one of "low", "normal" or "aggressive"
- `targetMAC`
- The MAC to target with responses
- `sourceMAC`
- The MAC PineAP should spoof
`getPineAPSettings`|Returns a dictionary with all the current PineAP settings|_none_
`enable`|Enables PineAP|_none_
`disable`|Disables PineAP|_none_