Skip to content

Commit

Permalink
fix: enhance get started
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 27, 2022
1 parent 2798a81 commit 5e719cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please just open an issue with a link do a small reproduction of the bug and let

## Dart/Flutter 🐦

- [Check the examples to see the usage](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_flutter_sample/lib/main.dart#L43)


### How to install?

Expand All @@ -34,6 +34,7 @@ flutter pub add skynexui_responsive_stylesheet
### Get started

- [Check this file to see a small example project](./examples/with_flutter_sample/lib/main.dart)
- [Go direct to a usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_flutter_sample/lib/main.dart#L43)

### Demo

Expand All @@ -57,8 +58,6 @@ body: Container(

## JavaScript/React ⚛

- [Check the examples to see the usage](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_react_sample/pages/index.tsx#L9)

### How to install?

```sh
Expand All @@ -68,6 +67,7 @@ yarn add @skynexui/responsive_stylesheet
### Get started

- [Check this project to see a small example project](./examples/with_react_sample)
- [Go direct to a usage in this line](https://github.com/skynexui/responsive_stylesheet/blob/main/examples/with_react_sample/pages/index.tsx#L9)

### Demo

Expand Down

1 comment on commit 5e719cc

@vercel
Copy link

@vercel vercel bot commented on 5e719cc Jul 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.