Skip to content

Commit

Permalink
Merge pull request #2 from horaciocome1/docs-1
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
horaciocome1 authored Jun 5, 2021
2 parents d0ccb9a + ae93450 commit 86b3c06
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 86b3c06

Please sign in to comment.