Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hdahlheim committed Oct 1, 2019
1 parent 0c241bf commit 6cd91f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -20,5 +20,5 @@ erl_crash.dump
*.ez

# Ignore package tarball (built via "mix hex.build").
pokemon_Parser-*.tar
pokemon_parser-*.tar

6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,17 +5,17 @@
## Installation

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

```elixir
def deps do
[
{:pokemon_Parser, "~> 0.1.0"}
{:pokemon_parser, "~> 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/pokemon_Parser](https://hexdocs.pm/pokemon_Parser).
be found at [https://hexdocs.pm/pokemon_parser](https://hexdocs.pm/pokemon_parser).

2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule PokemonParser.MixProject do

def project do
[
app: :pokemon_Parser,
app: :pokemon_parser,
version: "0.1.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
Expand Down
1 change: 0 additions & 1 deletion out.txt

This file was deleted.

0 comments on commit 6cd91f8

Please sign in to comment.