Skip to content

Commit

Permalink
README.md edited
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirRezaSobhdel committed Sep 26, 2020
1 parent 505459c commit c64f41f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Metronomia
# Metronomia

a lifecycle aware metronome library with callbacks , dynamic tempo changer and all the other things you need for your app !



### features
## features

+ start , stop and pause the metronome
+ dynamically change the tempo(bpm)
+ lifecycle awareness



### get Metronomia into your project
## get Metronomia into your project

```css
allprojects {
Expand All @@ -30,7 +29,7 @@ dependencies {
}
```

### how to use
## how to use

```kotlin
// initialize metronomia instance
Expand Down

0 comments on commit c64f41f

Please sign in to comment.