README.md in elasticsearch-transport-7.10.0 vs README.md in elasticsearch-transport-7.10.1

- old
+ new

@@ -134,10 +134,10 @@ ### Connect using an Elastic Cloud ID If you are using [Elastic Cloud](https://www.elastic.co/cloud), you can provide your cloud id to the client. You must supply your username and password separately, and optionally a port. If no port is supplied, -port 9243 will be used. +port 443 will be used. Note: Do not enable sniffing when using Elastic Cloud. The nodes are behind a load balancer so Elastic Cloud will take care of everything for you. Elasticsearch::Client.new(cloud_id: 'name:bG9jYWxob3N0JGFiY2QkZWZnaA==', user: 'elastic', password: 'changeme')