diff --git a/test-frame-log-collector/README.md b/test-frame-log-collector/README.md index 1d8d892..a637707 100644 --- a/test-frame-log-collector/README.md +++ b/test-frame-log-collector/README.md @@ -171,9 +171,9 @@ The tree path will look similarly to above examples, there will be folders for N ### Global log collector `CollectLogs` is an annotation which can handle collecting logs which user want automatically in case of test failure or before/after failure. -It gets configuration passed into GlobalLogCollector and call collecting in proper callbacks. +It gets configuration passed into `GlobalLogCollector` and call collecting in proper callbacks. -Register GlobalLogCollector handlers and configure +Register `GlobalLogCollector` handlers and configure ```java import io.skodjob.testframe.LogCollectorBuilder;