Skip to content

Commit

Permalink
Fix README.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Milos Mosovsky committed Jan 6, 2019
1 parent 1c02df7 commit 4868f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ defmodule Sample.Post
```elixir
def deps do
[
{:terminator, "~> 0.5.0"}
{:terminator, "~> 0.5.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule Terminator.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"
def project do
[
app: :terminator,
Expand Down Expand Up @@ -49,7 +49,7 @@ defmodule Terminator.MixProject do
end

defp description() do
"Elixir ACL library for managing user abilities and permissions with support of ecto and compatiblity with absinthe"
"Elixir ACL library for managing user abilities and permissions with support of ecto and compatibility with absinthe"
end

defp package() do
Expand Down

0 comments on commit 4868f58

Please sign in to comment.