From 7b187eedef44e90d8cb77b06059be087ba747179 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Tue, 15 Dec 2020 09:35:57 -0500 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d0690c..c106145 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ an operation JSON object. ### Asset Properties Assets expose properties that can be referenced in operations. The properties currently exposed are: - * `duration`: duration of the audio/video in seconds + * `duration`: duration of the audio/video in seconds (audio and video assets only) * `width`: width of the video in pixels (video and image assets only) * `height`: width of the video in pixels (video and image assets only)