Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Nov 2, 2017
1 parent 96ea9c8 commit f7d3c17
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ advised to use a tool like
[dep](https://github.com/golang/dep)
or
[Glide](https://glide.sh/)
to manage that dependency. E.g. when using `dep`, run:

```sh
$ dep ensure -add github.com/olivere/elastic@^6.0.0
```

This makes sure you always use the latest version of Elastic 6.0 when updating your dependencies with `dep`.
to manage that dependency. Make sure to use a version such as `^6.0.0`.

To use Elastic, simply import:

Expand Down

0 comments on commit f7d3c17

Please sign in to comment.