diff --git a/README.md b/README.md index f935299..f01fdf0 100644 --- a/README.md +++ b/README.md @@ -6,25 +6,17 @@ ## Install +### NPM + ```bash -npm install --save asas +npm install --save react-asas ``` -## Usage - -```jsx -import React, { Component } from 'react' - -import MyComponent from 'asas' -import 'asas/dist/index.css' +### Yarn -class Example extends Component { - render() { - return - } -} +```bash +yarn add react-asas ``` - ## License MIT © [yousefelgoharyx](https://github.com/yousefelgoharyx)