From 4868f588736164731db7c8e2faafa1b40c6f4696 Mon Sep 17 00:00:00 2001 From: Milos Mosovsky Date: Sun, 6 Jan 2019 01:03:50 +0100 Subject: [PATCH] Fix README.md formatting --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2fec4e2..6c48902 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ defmodule Sample.Post ```elixir def deps do [ - {:terminator, "~> 0.5.0"} + {:terminator, "~> 0.5.1"} ] end ``` diff --git a/mix.exs b/mix.exs index da792b5..86b6685 100644 --- a/mix.exs +++ b/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, @@ -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