Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit c52b75b

Browse files
committed
Change package name to ot_ex
1 parent 42792f1 commit c52b75b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ as [ottypes/text][ot_text], but made invertible.
77
## Installation
88

99
If [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
1313
def deps do
14-
[{:ot, "~> 0.1.0"}]
14+
[{:ot_ex, "~> 0.1.0"}]
1515
end
1616
```
1717

1818
Documentation 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

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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(),

0 commit comments

Comments
 (0)