Skip to content

Commit e008715

Browse files
committed
chore: update documentation
1 parent c8a609b commit e008715

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# An Alternative Elixir Driver for MongoDB
1+
# The Elixir Driver for MongoDB
22

33
[![Hex.pm](https://img.shields.io/hexpm/v/mongodb_driver.svg)](https://hex.pm/packages/mongodb_driver)
44
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/mongodb_driver/)

mix.exs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ defmodule Mongodb.Mixfile do
22
use Mix.Project
33

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

76
def project() do
87
[
98
app: :mongodb_driver,
10-
version: @version,
9+
version: "0.9.2",
1110
elixirc_paths: elixirc_paths(Mix.env()),
1211
elixir: "~> 1.8",
1312
name: "mongodb-driver",
@@ -54,14 +53,14 @@ defmodule Mongodb.Mixfile do
5453
],
5554
main: "readme",
5655
source_url: @source_url,
57-
source_ref: "#{@version}",
56+
source_ref: "#{project()[:version]}",
5857
formatters: ["html"]
5958
]
6059
end
6160

6261
defp package do
6362
[
64-
description: "An alternative MongoDB driver for Elixir",
63+
description: "The MongoDB driver for Elixir",
6564
maintainers: ["Michael Maier"],
6665
licenses: ["Apache-2.0"],
6766
links: %{

0 commit comments

Comments
 (0)