diff --git a/README.md b/README.md index fafb255..67574fd 100644 --- a/README.md +++ b/README.md @@ -323,12 +323,12 @@ window._amplitude( ``` ## `setTransport` -Set the transport type to one of `xhr`, `sendBeacon`, or `fetch`. +Set the transport type to one of `xhr`, `beacon`, or `fetch`. Example: ``` window._amplitude( - 'setTransportType', - 'sendBeacon' + 'setTransport', + 'beacon' ); ``` \ No newline at end of file