README.md in mee-rfc5424-0.1.1 vs README.md in mee-rfc5424-0.2.0

- old
+ new

@@ -23,16 +23,20 @@ By default the loggers will use transparent octet counting. ### TCP Syslog connection ```ruby +require 'mee/rfc5424' + logger = MEE::RFC5424.tcp( 'syslog.host', 514 ) logger.info { "TCP logging message" } ``` ### TLS Syslog connection ```ruby +require 'mee/rfc5424' + logger = MEE::RFC5424.tls( 'syslog.host', 10242 ) logger.info { "TLS message logging" } ``` ## Development