Skip to content

Commit 2bc3f6a

Browse files
Update README.md
1 parent a9be5c7 commit 2bc3f6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Setup in 3 easy steps:
3636

3737

3838
if(BuildConfig.DEBUG) {
39-
Snippet.install(new Snippet.MeasuredExecutionPath());
40-
Snippet.newFilter("SampleFilter");
41-
Snippet.addFlag(Snippet.FLAG_METADATA_LINE | Snippet.FLAG_METADATA_THREAD_INFO);
39+
Snippet.install(new Snippet.MeasuredExecutionPath());
40+
Snippet.newFilter("SampleFilter");
41+
Snippet.addFlag(Snippet.FLAG_METADATA_LINE | Snippet.FLAG_METADATA_THREAD_INFO);
4242
}
4343

4444
## How to measure the a piece of code.

0 commit comments

Comments
 (0)