diff -r 6723f3b07536 -r d5cb8bd33170 README.md --- a/README.md Wed Apr 04 13:29:56 2018 -0700 +++ b/README.md Sun Apr 08 18:11:49 2018 -0700 @@ -32,7 +32,6 @@ ------------- * Ruby 2.3 or better - * Net-SNMP libraries Installation @@ -85,7 +84,7 @@ * **timeout**: How long to wait for an SNMP response, in seconds? * **retries**: If an error occurs during SNMP communication, try again this many times before giving up. * **community**: The SNMP community name for reading data. - * **version**: The SNMP protocol version. 1 and 2c are supported. + * **version**: The SNMP protocol version. v1, v2c, and v3 are supported. * **port**: The UDP port SNMP is listening on. * **batchsize**: How many hosts to gather SNMP data on simultaneously.