Skip to content

Commit

Permalink
fix(docs): readme broken license link
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Oct 12, 2022
1 parent 5f5a2af commit 221a9d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -67,7 +67,7 @@ yarn add @displaykit/responsive_styles
### Get started

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

### Demo

Expand Down Expand Up @@ -95,7 +95,7 @@ Actually yes! Just follow [this tutorial](./lib/breakpoints/breakpoints.md)
| Feature. | Dart/Flutter | JavaScript/React |
| --- | --- | --- |
| [Responsive](./package/lib/responsive/responsive.md) |||
| [breakpoints](./package/lib/breakpoints/breakpoints.md). |||
| [breakpoints](./package/lib/breakpoints/breakpoints.md) |||
| [GridItem](./package/lib/grid-item/grid_item.md) || 🚧 |
| [BreakpointsBaseValues](./package/lib/breakpoints/breakpoints.md) || 🚧 |

Expand All @@ -113,4 +113,4 @@ Please just open an issue with a link do a small reproduction of the bug and let

### License

[MIT License](license) © [Mario Souto](https://mariosouto.com/)
[MIT License](./LICENSE) © [Mario Souto](https://mariosouto.com/)

0 comments on commit 221a9d8

Please sign in to comment.