From 34560b85e86be10a660a16b02cc99ddc6c10fc66 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 25 Sep 2015 19:11:15 +0330 Subject: [PATCH] Better README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a99adc..2a27d57 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Snaphash ======== -Preview video times with ease +Preview video frames on `` elements with ease. -How it works? +How does it work? ```html @@ -14,8 +14,8 @@ How it works? Snaphash('img'); ``` -That's all, a preview of video at 00:00:15 will be shown in the `img` element. +That's all, a preview of video's frame at 00:00:15 will be shown in the `img` element. -You can omit unnecessary zeros from time. +You can omit unnecessary zeros from time, i.e. `#myvideo@15` is the same as `#myvideo@00:00:15`. See a [demo](http://mdibaiee.github.io/snaphash)