diff --git a/README.md b/README.md index 6a990306..40555a44 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ PhoenixStorybook provides a [_storybook-like_](https://storybook.js.org) UI interface for your -Phoenix LiveView components. +Phoenix components. - Explore all your components, and showcase them with different variations. - Browse your component's documentation, with their supported attributes. diff --git a/mix.exs b/mix.exs index c86e7fa6..339c6bc2 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule PhoenixStorybook.MixProject do config_path: "./config/config.exs", elixirc_paths: elixirc_paths(Mix.env()), name: "phoenix_storybook", - description: "A pluggable storybook for your LiveView components.", + description: "A pluggable storybook for your Phoenix components.", source_url: "https://github.com/phenixdigital/phoenix_storybook", aliases: aliases(), deps: deps(),