Skip to content

Commit

Permalink
final documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Guarino committed Jul 13, 2018
1 parent e793b06 commit 079514e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exlasticsearch
# ExlasticSearch

An elasticsearch dsls for mapping ecto models to elasticsearch mappings, along with elixir
friendly query wrappers, response formatting and the like.
Expand All @@ -8,12 +8,12 @@ friendly query wrappers, response formatting and the like.
```elixir
def deps do
[
{:exlasticsearch, "~> 0.1.0"}
{:exlasticsearch, "~> 0.2.2"}
]
end
```

Docs are available on [hex](https://hexdocs.pm/exlasticsearch/0.1.0)
Docs are available on [hex](https://hexdocs.pm/exlasticsearch/0.2.2)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/exlasticsearch.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Exlasticsearch do
defmodule ExlasticSearch do
@moduledoc """
A collection of elasticsearch dsl's to make development simple. The usage is meant to
pair with existing ecto schema, like so:
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exlasticsearch.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.2"

def project do
[
Expand Down Expand Up @@ -41,7 +41,7 @@ defmodule Exlasticsearch.MixProject do

defp docs() do
[
main: "ExlasticSearch",
main: "readme",
extras: ["README.md"],
source_ref: "v#{@version}",
source_url: "https://github.com/Frameio/exlasticsearch"
Expand Down

0 comments on commit 079514e

Please sign in to comment.