diff --git a/api.md b/api.md
index b778be3..d8964f7 100644
--- a/api.md
+++ b/api.md
@@ -124,8 +124,8 @@ Action|Description|Parameters
------|-----------|----------
`getPool`|Returns an array of the SSIDs in PineAP's pool|_none_
`clearPool`|Clears the PineAP pool|_none_
-`addSSID`|Adds an SSID to the pool|
- ssid
-`removeSSID`|Removes an SSID from the pool|- ssid
+`addSSID`|Adds an SSID to the pool|- `ssid`
+`removeSSID`|Removes an SSID from the pool|- `ssid`
- The SSID string to remove
`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_