Skip to content

Commit 57d2300

Browse files
refactor: 💡 rename npm module to be able to publish
1 parent c2a53b1 commit 57d2300

File tree

6 files changed

+51
-24444
lines changed

6 files changed

+51
-24444
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
2-
[![Build Status](https://travis-ci.org/samAbeywickrama/react-video-bg.svg?branch=master)](https://travis-ci.org/samAbeywickrama/react-video-bg)
2+
[![Build Status](https://travis-ci.org/samAbeywickrama/reactjs-videobg.svg?branch=master)](https://travis-ci.org/samAbeywickrama/reactjs-videobg)
33
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
44
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
55

6-
# react-video-bg
6+
# reactjs-videobg
77

88
Easily add background videos to your webapps
99

1010
## Installation
1111

1212
### npm
1313

14-
`npm i react-video-bg`
14+
`npm i reactjs-videobg`
1515

1616
### yarn
1717

18-
`yarn add react-video-bg`
18+
`yarn add reactjs-videobg`
1919

2020
## Usage
2121

2222
```jsx
2323
import React from "react";
24-
import VideoBg from "react-video-bg";
24+
import VideoBg from "reactjs-videobg";
2525
import ogg from "./videos/Neon.ogg";
2626
import webm from "./videos/Neon.webm";
2727
import mp4 from "./videos/Neon.mp4";

0 commit comments

Comments
 (0)