Skip to content

Commit

Permalink
Update README and maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
zberkom committed May 15, 2017
1 parent 82a77eb commit ef4cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ npm: {
## Usage

Run `mix torch.gen (eex|slim)` to generate admin controllers and views for a given Ecto schema module. Torch expects you to have already defined the schema in your project.
Also, Torch expects you to have `phoenix_slime` installed and configured if you generate `slim` templates.

For example, if we wanted to generate an admin area for a `Post` model we already have using `eex` templates, we could run this command:

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Torch.Mixfile do

defp package do
[
maintainers: ["Daniel Berkompas"],
maintainers: ["Infinite Red"],
licenses: ["MIT"],
links: %{
"Github" => "https://github.com/infinitered/torch"
Expand Down

0 comments on commit ef4cea4

Please sign in to comment.