Merge pull request #31 from blackillzone/master

Fix a small typo in README's release badge
This commit is contained in:
Nick Canzoneri 2019-03-05 12:43:19 -05:00 коммит произвёл GitHub
Родитель c3cebd465a 7b899ade97
Коммит caf82a4291
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
GitHub's ops focused Elasticsearch library
[![build status](https://travis-ci.org/github/vulcanizer.svg)](https://travis-ci.org/github/vulcanizer) [![GoDoc](https://godoc.org/github.com/github/vulcanizer?status.svg)](https://godoc.org/github.com/github/vulcanizer) [![Go Report Card](https://goreportcard.com/badge/github.com/github/vulcanizer)](https://goreportcard.com/report/github.com/github/vulcanizer) [![release](https://img.shields.io/github/release/github/vulcanizer.svg)](https://github.com/github/vulcanzier/releases)
[![build status](https://travis-ci.org/github/vulcanizer.svg)](https://travis-ci.org/github/vulcanizer) [![GoDoc](https://godoc.org/github.com/github/vulcanizer?status.svg)](https://godoc.org/github.com/github/vulcanizer) [![Go Report Card](https://goreportcard.com/badge/github.com/github/vulcanizer)](https://goreportcard.com/report/github.com/github/vulcanizer) [![release](https://img.shields.io/github/release/github/vulcanizer.svg)](https://github.com/github/vulcanizer/releases)
This project is a golang library for interacting with an Elasticsearch cluster. It's goal is to provide a high level API to help with common tasks that are associated with operating an Elasticsearch cluster such as querying health status of the cluster, migrating data off of nodes, updating cluster settings, etc.