Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer authored Jan 27, 2021
1 parent 332cadc commit 50e58e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A scaffold generator for new resources which uses [Tailwind CSS](https://tailwindui.com) and not the default [Milligram](https://milligram.io).

If you already have a Tailwind system up and running within your Phoenix application than you just have to add `{:phx_tailwind_generators, "~> 0.1.0"}` to your `mix.exs` and run a `mix deps.get` to get access to the `mix phx.gen.tailwind Blog Post posts title body:text` generator.
If you already have a Tailwind system up and running within your Phoenix application than you just have to add `{:phx_tailwind_generators, "~> 0.1.3"}` to your `mix.exs` and run a `mix deps.get` to get access to the `mix phx.gen.tailwind Blog Post posts title body:text` generator.

If you don't have a Tailwind setup yet ... I have you covered. And yes, you can use this Howto even if you don't want to use the generator.

Expand Down Expand Up @@ -141,7 +141,7 @@ by adding `phx_tailwind_generators` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phx_tailwind_generators, "~> 0.1.0"}
{:phx_tailwind_generators, "~> 0.1.3"}
]
end
```
Expand Down Expand Up @@ -215,4 +215,4 @@ Resources I used:
- [Phoenix 1.5 with Tailwind](https://sisccr.medium.com/phoenix-1-5-with-tailwind-4030198bf7c7)
- [Combine Phoenix LiveView with Alpine.js](https://fullstackphoenix.com/tutorials/combine-phoenix-liveview-with-alpine-js)
- [Optimizing User Experience with LiveView](https://dockyard.com/blog/2020/12/21/optimizing-user-experience-with-liveview)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Alpine.js](https://github.com/alpinejs/alpine)

0 comments on commit 50e58e1

Please sign in to comment.