From 82d8d0d9afe0b57cda32f1a2aa8d1af05824a680 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Tue, 14 May 2024 14:14:30 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 60a8ea8..e5f19df 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Phoenix Playground makes it easy to create single-file [Phoenix](https://www.pho Create a `demo_live.exs` file: ```elixir -# demo.exs Mix.install([ {:phoenix_playground, "~> 0.1.0"} ])