Skip to content

Commit e3cb0a8

Browse files
Update README.md
1 parent 1e7eb55 commit e3cb0a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,17 @@ Finally, install it at the application create,
276276
Add it in your root build.gradle at the end of repositories:
277277
```css
278278
allprojects {
279-
repositories {
280-
...
281-
maven { url 'https://jitpack.io' }
282-
}
279+
repositories {
280+
...
281+
maven { url 'https://jitpack.io' }
282+
}
283283
}
284284
```
285285
Add the dependency to your project and replace tag with the release tag in the git repository
286286
```css
287287
dependencies {
288-
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
289-
}
288+
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
289+
}
290290
```
291291
Cheers,
292292

0 commit comments

Comments
 (0)