File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const PATH = '/video/v1/delivery-usage';
1313 * DeliveryUsage Class - Provides access to the Mux Video Delivery Usage API
1414 *
1515 * @example
16- * const { DeliveryUsage } = new Mux(accessToken, secret);
16+ * const { Video } = new Mux(accessToken, secret);
1717 *
1818 * // List delivery usage within a timeframe
1919 * Video.DeliveryUsage.list({timeframe: [1574076240, 1573471440]});
@@ -25,7 +25,7 @@ class DeliveryUsage extends Base {
2525 * @returns {Promise } - Returns a resolved Promise with a response from the Mux API
2626 *
2727 * @example
28- * const { DeliveryUsage } = new Mux(accessToken, secret);
28+ * const { Video } = new Mux(accessToken, secret);
2929 *
3030 * // List all delivery usage for a Mux Environment within a timeframe
3131 * Video.DeliveryUsage.list({timeframe: [1574076240, 1573471440]});
You can’t perform that action at this time.
0 commit comments