Skip to content

Commit

Permalink
Rename demo_hook to demo_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 8, 2024
1 parent 8eb4544 commit bf09a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See more examples below:
* [`examples/demo_controller.exs`]
* [`examples/demo_controller_test.exs`]
* [`examples/demo_plug.exs`]
* [`examples/demo_hook.exs`]
* [`examples/demo_hooks.exs`]

## License

Expand Down
4 changes: 2 additions & 2 deletions examples/demo_hook.exs → examples/demo_hooks.exs
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env elixir
Mix.install([
{:phoenix_playground, "~> 0.1.3"}
{:phoenix_playground, "~> 0.1.4"}
])

defmodule DemoHook do
defmodule DemoHooks do
use Phoenix.LiveView

def mount(_params, _session, socket) do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PhoenixPlayground.MixProject do
use Mix.Project

@source_url "https://github.com/phoenix-playground/phoenix_playground"
@version "0.1.3"
@version "0.1.4-dev"

def project do
[
Expand Down

0 comments on commit bf09a9f

Please sign in to comment.