Skip to content

Commit

Permalink
Merge pull request video-dev#2031 from acinader/patch-1
Browse files Browse the repository at this point in the history
NIT: fix typos in readme
  • Loading branch information
michaelcunningham19 authored Dec 6, 2018
2 parents a46bf86 + c67e380 commit 7debce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hls.js does not need any player, it works directly on top of a standard HTML```<

hls.js is written in [ECMAScript6] (`*.js`) and [TypeScript] (`*.ts`) (strongly typed superset of ES6), and transpiled in ECMAScript5 using the [TypeScript compiler].

Modules written in TS and plain JS/ES6 can be interdepent and imported/required by each others.
Modules written in TS and plain JS/ES6 can be interdependent and imported/required by each other.

To build our distro bundle and serve our development environment we use [Webpack].

Expand Down Expand Up @@ -255,7 +255,7 @@ Pull requests are welcome. Here is a quick guide on how to start.
- First, checkout the repository and install required dependencies
```sh
git clone https://github.com/video-dev/hls.js.git
# setup dev environement
# setup dev environment
cd hls.js
npm install
# build dist/hls.js, watch file change for rebuild and launch demo page
Expand Down

0 comments on commit 7debce3

Please sign in to comment.