Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
horaciocome1 authored Jun 5, 2021
1 parent d0ccb9a commit ae93450
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Based on versions **23.0.1** and **1.4.1** of _firebase-firestore-ktx_ and _kotl
Lets start by adding a corresponding repository in your _root_ `build.gradle` file.
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
repositories {
..
maven { url 'https://jitpack.io' }
}
}
```
The next task is to add the dependency to your _app_ `build.gradle` file.
```gradle
dependencies {
...
..
implementation 'com.github.horaciocome1:fireflow:0.0.1'
}
```
Expand Down

0 comments on commit ae93450

Please sign in to comment.