Skip to content

Commit c7a6727

Browse files
Update README.md
1 parent 601f546 commit c7a6727

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,10 @@ Snippet.addFlag(Snippet.FLAG_METADATA_LINE | Snippet.FLAG_METADATA_THREAD_INFO);
274274

275275
Finally, install it at the application create,
276276

277-
if(Build.DEBUG) {
277+
``` if(Build.DEBUG) {
278278
Snippet.install(new FileExecutionContext());
279279
}
280+
````
280281
281282
Cheers,
282283
@@ -318,14 +319,14 @@ Add it in your root build.gradle at the end of repositories:
318319
```css
319320
allprojects {
320321
repositories {
321-
...
322-
maven { url 'https://jitpack.io' }
322+
...
323+
maven { url 'https://jitpack.io' }
323324
}
324325
}
325326
```
326327
Add the dependency to your project and replace tag with the release tag in the git repository
327328
```css
328329
dependencies {
329-
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
330+
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
330331
}
331332
```

0 commit comments

Comments
 (0)