README.md in log_tribe-0.2.5 vs README.md in log_tribe-0.2.6

- old
+ new

@@ -23,10 +23,10 @@ ### Basic example ```ruby log = LogTribe::Loggers.new([Logger.new(STDOUT), Fluent::Logger::FluentLogger.new(nil, host: 'srv', port: 10_010)], { tag_name: 'app_name.app_type' }) -log.info 'this log message is send to the 2 loggers passed in parameter' +log.info 'this log message is send to the 2 loggers passed in parameters' log.debug 'debug message send too...' log.close # Or not... ``` ### Sinatra example