Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zookzook committed Oct 16, 2022
1 parent c8a609b commit e008715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# An Alternative Elixir Driver for MongoDB
# The Elixir Driver for MongoDB

[![Hex.pm](https://img.shields.io/hexpm/v/mongodb_driver.svg)](https://hex.pm/packages/mongodb_driver)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/mongodb_driver/)
Expand Down
7 changes: 3 additions & 4 deletions mix.exs
Expand Up @@ -2,12 +2,11 @@ defmodule Mongodb.Mixfile do
use Mix.Project

@source_url "https://github.com/zookzook/elixir-mongodb-driver"
@version "0.9.2"

def project() do
[
app: :mongodb_driver,
version: @version,
version: "0.9.2",
elixirc_paths: elixirc_paths(Mix.env()),
elixir: "~> 1.8",
name: "mongodb-driver",
Expand Down Expand Up @@ -54,14 +53,14 @@ defmodule Mongodb.Mixfile do
],
main: "readme",
source_url: @source_url,
source_ref: "#{@version}",
source_ref: "#{project()[:version]}",
formatters: ["html"]
]
end

defp package do
[
description: "An alternative MongoDB driver for Elixir",
description: "The MongoDB driver for Elixir",
maintainers: ["Michael Maier"],
licenses: ["Apache-2.0"],
links: %{
Expand Down

0 comments on commit e008715

Please sign in to comment.