Skip to content

Commit

Permalink
docs: Correct tutorial instructions for generating live view, fix #282.…
Browse files Browse the repository at this point in the history
… (#283)
  • Loading branch information
vkryukov authored Jan 2, 2025
1 parent 20b5c1f commit 6f6bb0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ Now isn't that more convenient?
Now we know how to interact with our resource, we can generate a liveview for it!
let's run `mix ash_phoenix.gen.live` to generate a liveview! Run the following command,
accepting any default values and following the instructions listed at the end for adding
the liveview to your router.
declining to name your actor, accepting any other default values, and following the
instructions listed at the end for adding the liveview to your router.
```bash
mix ash_phoenix.gen.live --domain MyAshPhoenixApp.Blog --resource MyAshPhoenixApp.Blog.Post --resourceplural posts
Expand Down

0 comments on commit 6f6bb0c

Please sign in to comment.