From 8fa296e1f0e10583f077a32ee3087921cf3cfea8 Mon Sep 17 00:00:00 2001 From: "Yousef M. El-Gohary" Date: Tue, 20 Jul 2021 20:44:23 +0200 Subject: [PATCH] edit readme.md --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) 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)