Skip to content

Commit 21f7dbb

Browse files
authored
Merge pull request #56 from yml-org/updating_readme
Updating README file
2 parents 25ba747 + 19e7b72 commit 21f7dbb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ YCharts is a light and extensible chart library for Jetpack Compose system. It c
55
- `YChartslib` (Chart components for Jetpack Compose)
66
- `app` (sample app to showcase chart components)
77

8+
## Adding YCharts to your project:
9+
10+
You can add automatically the library via Maven:
11+
12+
Gradle:
13+
```groovy
14+
implementation 'co.yml:ycharts:1.0.0'
15+
```
16+
817
## Modules
918

1019
The following table outlines the modules included in this library:
@@ -356,14 +365,6 @@ Compose views by deafult supports accessibility services, but for views drawn us
356365
Here fig(a) represents the line graph with the container being highlighted & fig(b) represents the accessibility sheet with all values laid out in detail so that talkback can describe the graph values.<br><br>
357366
*Note*: All the descriptions that are visible in the accessibility popup can be customized to the required string.
358367
359-
## Download
360-
You can add automatically the library via Maven Central:
361-
// https://mvnrepository.com/artifact/co.yml/ycharts
362-
Gradle:
363-
```groovy
364-
implementation 'co.yml:ycharts:1.0.0'
365-
```
366-
367368
## License
368369
369370
```

0 commit comments

Comments
 (0)