Skip to content

Commit 326dfc1

Browse files
authored
Fixes typos in README.md (#454)
* Fixes a typo in README.md `adresses` → `addresses` * programatically → programmatically
1 parent d7bddc0 commit 326dfc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ log.Println(res)
111111
> NOTE: It is _critical_ to both close the response body _and_ to consume it, in order to re-use persistent TCP connections in the default HTTP transport. If you're not interested in the response body, call `io.Copy(ioutil.Discard, res.Body)`.
112112
113113
When you export the `ELASTICSEARCH_URL` environment variable,
114-
it will be used to set the cluster endpoint(s). Separate multiple adresses by a comma.
114+
it will be used to set the cluster endpoint(s). Separate multiple addresses by a comma.
115115

116-
To set the cluster endpoint(s) programatically, pass a configuration object
116+
To set the cluster endpoint(s) programmatically, pass a configuration object
117117
to the `elasticsearch.NewClient()` function.
118118

119119
```golang
@@ -375,4 +375,4 @@ The **[`_examples`](./_examples)** folder contains a number of recipes and compr
375375

376376
## License
377377

378-
This software is licensed under the [Apache 2 license](./LICENSE). See [NOTICE](./NOTICE).
378+
This software is licensed under the [Apache 2 license](./LICENSE). See [NOTICE](./NOTICE).

0 commit comments

Comments
 (0)