Skip to content

Commit

Permalink
edit readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefelgoharyx committed Jul 20, 2021
1 parent 62a8f32 commit 8fa296e
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <MyComponent />
}
}
```bash
yarn add react-asas
```

## License

MIT © [yousefelgoharyx](https://github.com/yousefelgoharyx)

0 comments on commit 8fa296e

Please sign in to comment.