Skip to content

Commit

Permalink
Fix readme.md and package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rouftom committed Sep 29, 2021
1 parent d4833a3 commit c3e5b07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@

<p align="center">
<img alt="MIT license" src="https://img.shields.io/badge/license-MIT-blue.svg">
<img alt="Travis (.com)" src="https://img.shields.io/travis/com/rouftom/react-material-scheduler">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/rouftom/react-material-scheduler">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/rouftom/react-material-scheduler">
<img alt="Snyk Vulnerabilities for GitHub Repo" src="https://img.shields.io/snyk/vulnerabilities/github/rouftom/react-material-scheduler">
<img alt="Travis (.com)" src="https://img.shields.io/travis/com/rouftom/react-mui-scheduler">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/rouftom/react-mui-scheduler">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/rouftom/react-mui-scheduler">
<img alt="Snyk Vulnerabilities for GitHub Repo" src="https://img.shields.io/snyk/vulnerabilities/github/rouftom/react-mui-scheduler">
</p>

---

React material scheduler is a react component based on @mui v5 that allows you to manage data in a calendar.
React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar.

## Installation
```nodejs
npm install react-material-scheduler
npm install react-mui-scheduler
```

## Usage
```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import Scheduler from "react-material-scheduler"
import Scheduler from "react-mui-scheduler"

function App() {
const events = [
Expand Down Expand Up @@ -122,7 +122,7 @@ React material scheduler is a react component based on @mui v5 that allows you t

## License

### react-material-scheduler
### react-mui-scheduler

MIT License

Expand All @@ -144,4 +144,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-mui-scheduler",
"version": "1.0.0",
"description": "React material scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
"version": "1.0.1",
"description": "React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
"main": "dist/index.esm.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit c3e5b07

Please sign in to comment.