This repository was archived by the owner on Dec 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ as [ottypes/text][ot_text], but made invertible.
77## Installation
88
99If [ available in Hex] ( https://hex.pm/docs/publish ) , the package can be installed
10- by adding ` ot ` to your list of dependencies in ` mix.exs ` :
10+ by adding ` ot_ex ` to your list of dependencies in ` mix.exs ` :
1111
1212``` elixir
1313def deps do
14- [{:ot , " ~> 0.1.0" }]
14+ [{:ot_ex , " ~> 0.1.0" }]
1515end
1616```
1717
1818Documentation can be generated with
1919[ ExDoc] ( https://github.com/elixir-lang/ex_doc ) and published on
2020[ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can be found at
21- [ https://hexdocs.pm/ot ] ( https://hexdocs.pm/ot ) .
21+ [ https://hexdocs.pm/ot_ex ] ( https://hexdocs.pm/ot_ex ) .
2222
2323## Testing
2424
Original file line number Diff line number Diff line change 1- defmodule Ot .Mixfile do
1+ defmodule OT .Mixfile do
22 use Mix.Project
33
44 @ version "0.1.0"
5- @ github_url "https://github.com/jclem/ot "
5+ @ github_url "https://github.com/jclem/ot_ex "
66
77 def project do
8- [ app: :ot ,
8+ [ app: :ot_ex ,
99 version: @ version ,
1010 description: description ( ) ,
1111 package: package ( ) ,
You can’t perform that action at this time.
0 commit comments