Skip to content

Commit

Permalink
update installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
agrathwohl committed Dec 14, 2021
1 parent c32a09c commit bf7b115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ multimedia assets in distributed cloud pipelines, we have built out and extended
## Installation

```sh
$ npm install little-media-box
$ npm install @storyboard-fm/little-media-box
```

## Status
Expand All @@ -26,7 +26,7 @@ $ npm install little-media-box
## Usage

```js
const { Delivery, Source } = require('little-media-box')
const { Delivery, Source } = require('@storyboard-fm/little-media-box')

const uri = 'http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_60fps_normal.mp4'

Expand Down Expand Up @@ -62,7 +62,7 @@ See [examples](./example) for additional use-cases.

## API

### `const lmb = require('little-media-box')`
### `const lmb = require('@storyboard-fm/little-media-box')`

Import `little-media-box`.

Expand Down

0 comments on commit bf7b115

Please sign in to comment.