From 44265392071d40d3069d4d5d271f938cd2181533 Mon Sep 17 00:00:00 2001 From: Adam Gruber Date: Sun, 28 Jan 2018 09:35:42 -0500 Subject: [PATCH] Update README.md Add note about showing video in context --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae04ce..c20a217 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ context | string\|object | The context to be added to the test **Context as a string** -Simple strings will be displayed as is. If you pass a URL, the reporter will attempt to turn it into a link. If the URL links to an image, it will be shown inline. +Simple strings will be displayed as is. If you pass a URL, the reporter will attempt to turn it into a link. If the URL links to an image or video, it will be shown inline. **Context as an object**