Skip to content

Commit d387a26

Browse files
authored
Update README.md
1 parent 09c415a commit d387a26

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Compose Fluent
22

3-
[![License](https://img.shields.io/github/license/Konyaco/compose-fluent-ui)](https://github.com/Konyaco/compose-fluent-ui/blob/master/LICENSE)
3+
[![License](https://img.shields.io/github/license/Konyaco/compose-fluent-ui)](LICENSE)
44
[![Version](https://img.shields.io/github/v/release/Konyaco/compose-fluent-ui?include_prereleases)](https://github.com/Konyaco/compose-fluent-ui/releases)
5+
![Maven Central](https://img.shields.io/maven-central/v/com.konyaco/fluent)
6+
57

68
**Fluent Design** UI library for **Compose Multiplatform**
79

@@ -14,6 +16,8 @@
1416
Please note that there are lots of hard-coding and workarounds in our source code, which we plan to eliminate in the future.
1517

1618
Thank you for using our library. We look forward to receiving your feedback and contributions!
19+
20+
1721
## Quick Start
1822

1923
### Add Dependency
@@ -41,14 +45,12 @@ fun App() {
4145
}
4246
}
4347
```
44-
See `example` module for more details.
48+
See [`example`](example) module for more details.
4549

4650
- `FluentTheme()` is the context and entry point of the application, just like `MaterialTheme`
4751
- Components are under `component` package
4852
- `Mica` and `Layer` are under `background` package
4953

50-
About the API usage, just see `Main.kt`
51-
5254
## License
5355

5456
This library is under Apache-2.0 license.

0 commit comments

Comments
 (0)