KonnexionsGmbH / OraLixir

Oracle driver for Elixir
Other
2 stars 4 forks source link

Instructions title and dependencies refer to "Oracle" instead of "OraLixir" #1

Closed cruzfarfan closed 4 years ago

cruzfarfan commented 5 years ago

Shouldn't the title in the instructions be "OraLixir", and the dependencies refer to:

  defp deps do
    [
      {:oralixir, git: "https://github.com/c-bik/OraLixir", tag: "0.1.0"}}
    ]
  end