Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jan 16, 2024
1 parent 6e493cb commit 535d4e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
> format: `:html`
>
> module_suffix: `HTML`
>
> template_sigil: `~H`
## Installation

Expand Down Expand Up @@ -43,7 +45,7 @@ defmodule MyAppWeb.HomeLive do
end
```

then just like all format LiveView Native rendering components you will create a new module namespaced under the calling module with the format appended:
then just like all format LiveView Native rendering components you will create a new module namespaced under the calling module with the `module_suffix` appended:

```elixir
defmodule MyAppWeb.HomeLive.HTML do
Expand Down

0 comments on commit 535d4e1

Please sign in to comment.