Skip to content

Commit

Permalink
add docs link on readme. upissue version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Apr 24, 2016
1 parent 17fa771 commit c37d089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ ExAdmin is an auto administration package for [Elixir](http://elixir-lang.org/)

Checkout the [Live Demo](http://demo.exadmin.info/admin). The source code can be found at [ExAdmin Demo](https://github.com/smpallen99/ex_admin_demo).

See the [docs](https://hexdocs.pm/ex_admin/) for more information.

## Usage

ExAdmin is an add on for an application using the [Phoenix Framework](http://www.phoenixframework.org) to create an CRUD administration tool with little or no code. By running a few mix tasks to define which Ecto Models you want to administer, you will have something that works with no additional code.

Before using ExAdmin, you will need a Phoenix project and an Ecto model created.

Visit [ExAdmin Docs](http://exadmin.info/doc) to view the documentation.

### Installation

Add ex_admin to your deps:
Expand Down Expand Up @@ -189,7 +189,7 @@ end
* Detailed Example [ExAdmin Demo](https://github.com/smpallen99/ex_admin_demo)
* For a brief tutorial, please visit [Elixir Survey Tutorial](https://github.com/smpallen99/elixir_survey_tutorial)
* [Live Demo](http://demo.exadmin.info/admin)
* [ExAdmin Docs](http://exadmin.info/doc)
* [Docs](https://hexdocs.pm/ex_admin/)
## License
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExAdmin.Mixfile do
use Mix.Project

@version "0.7.1"
@version "0.7.2"

def project do
[ app: :ex_admin,
Expand Down

0 comments on commit c37d089

Please sign in to comment.