README.md in le-2.7.0 vs README.md in le-2.7.1

- old
+ new

@@ -77,9 +77,13 @@ For the `LOGENTRIES_TOKEN` argument, paste the token for the logfile you created earlier in the Logentries UI or empty string for a UDP connection. Additionally, when connecting via UDP, be sure to specify a port using the udp_port parameter: Rails.logger = Le.new('', :udp_port => 13287) +Users have the option of using `data.logentries.com` which uses ports 80 and 443 for insecure and secure connections respectively. + + Rails.logger = Le.new('', :data_endpoint => true) + Step for setting up DataHub ---------------------------