Skip to content

Commit 5a330e3

Browse files
authored
fix(docs): small update in readme links
1 parent e4f4ada commit 5a330e3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ It's a set of common utility strategies to work with responsive styles with CSS
1212
- [JavaScript/React](#javascriptreact-)
1313
- [Docs](#docs)
1414

15+
---
16+
1517
## Dart/Flutter 🐦
1618

1719
### How to install?
@@ -56,6 +58,8 @@ body: Container(
5658
- [Chat App](https://displaykit-flutter-demo.vercel.app/#/chat-app)
5759
- [Code](./example/with_flutter_sample/lib/chat_app_screen/chat_app_screen.dart)
5860

61+
---
62+
5963
## JavaScript/React ⚛
6064

6165
### How to install?
@@ -73,6 +77,8 @@ yarn add @displaykit/responsive_styles
7377

7478
- [Check it out live!](https://displaykit-flutter-demo.vercel.app/)
7579

80+
---
81+
7682
## Docs
7783

7884
### What are the default values for the breakpoints?
@@ -85,9 +91,9 @@ yarn add @displaykit/responsive_styles
8591

8692
> All values from here came from other libraries and responsive Front End frameworks.
8793
88-
### Can I customize the breakpoints?
94+
### Can I customize the breakpoint base values?
8995

90-
Actually yes! Just follow [this tutorial](./lib/breakpoints/breakpoints.md)
96+
Actually yes! Just follow [this tutorial](https://github.com/displaykit/responsive_styles/blob/main/package/lib/breakpoints/breakpoints.md#how-to-customize-the-default-breakpoints)
9197

9298
### Resources and features
9399

@@ -105,7 +111,7 @@ Actually yes! Just follow [this tutorial](./lib/breakpoints/breakpoints.md)
105111

106112
### Contributing
107113

108-
Want to contribute to the project? [Check our guide with how and our code guidelines](CONTRIBUTING.md)
114+
Want to contribute to the project? [Check our guide with how and our code guidelines](./CONTRIBUTING.md)
109115

110116
### How to report a bug?
111117

0 commit comments

Comments
 (0)