diff --git a/README.md b/README.md index b7010c6..9f9c336 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,26 @@

MIT license - Travis (.com) - GitHub release (latest by date) - GitHub code size in bytes - Snyk Vulnerabilities for GitHub Repo + Travis (.com) + GitHub release (latest by date) + GitHub code size in bytes + Snyk Vulnerabilities for GitHub Repo

--- -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 = [ @@ -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 @@ -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. \ No newline at end of file +SOFTWARE. diff --git a/package.json b/package.json index b25dc66..af1b3a0 100644 --- a/package.json +++ b/package.json @@ -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"