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

Commit

Permalink
Change package name to ot_ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Feb 16, 2017
1 parent 42792f1 commit c52b75b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ as [ottypes/text][ot_text], but made invertible.
## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ot` to your list of dependencies in `mix.exs`:
by adding `ot_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:ot, "~> 0.1.0"}]
[{:ot_ex, "~> 0.1.0"}]
end
```

Documentation can be generated with
[ExDoc](https://github.com/elixir-lang/ex_doc) and published on
[HexDocs](https://hexdocs.pm). Once published, the docs can be found at
[https://hexdocs.pm/ot](https://hexdocs.pm/ot).
[https://hexdocs.pm/ot_ex](https://hexdocs.pm/ot_ex).

## Testing

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
defmodule Ot.Mixfile do
defmodule OT.Mixfile do
use Mix.Project

@version "0.1.0"
@github_url "https://github.com/jclem/ot"
@github_url "https://github.com/jclem/ot_ex"

def project do
[app: :ot,
[app: :ot_ex,
version: @version,
description: description(),
package: package(),
Expand Down

0 comments on commit c52b75b

Please sign in to comment.