Skip to content

Commit

Permalink
updated project description
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Feb 27, 2023
1 parent 6f45529 commit 8b33cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- MDOC !-->

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.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8b33cef

Please sign in to comment.