Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Amazing React component for manipulating video length.

With the aid of FFMPEG in the browser, it get easier to do amazing things with
With the aid of FFMPEG in the browser, it gets easier to do amazing things with
media content.

## Demo
Expand Down Expand Up @@ -36,7 +36,7 @@ import ReactVideoTrimmer from "react-video-trimmer";

### timeRange: Number

Start and end value in seconds the trimmer should restrict to.ti
Start and end value in seconds the trimmer should restrict to.

```js static
import React from "react";
Expand Down Expand Up @@ -105,7 +105,7 @@ const Trimmer = () => {

## React Ref

Pass a ref to access all the static methods of ReactVideoTrimmer methods
Pass a ref to access all the static methods of ReactVideoTrimmer

```js static
import React from "react";
Expand Down