Skip to content

Commit

Permalink
Merge pull request #97 from egze/docs_fix
Browse files Browse the repository at this point in the history
fix docs and wording
  • Loading branch information
bluzky authored Dec 2, 2024
2 parents acaf31f + ee0681b commit 37f4bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ It's also important to note that you must format your code with `mix format` bef
- ✅ Dropdown Menu
- ✅ Form
- ✅ Hover Card
- ✅ Icon
- ✅ Input
- [ ] Input OTP
- ✅ Label
- ✅ Menu
- ✅ Pagination
- ✅ Popover
- ✅ Progress
Expand All @@ -159,9 +161,9 @@ It's also important to note that you must format your code with `mix format` bef
- ✅ Table
- ✅ Tabs
- ✅ Textarea
- ✅ Tooltip
- ✅ Toggle
- ✅ Toggle Group
- ✅ Tooltip

## 🌟 Contributors

Expand Down
2 changes: 1 addition & 1 deletion lib/mix/tasks/salad.init.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Mix.Tasks.Salad.Init do
:ok <- maybe_write_component_module(component_path, app_name, opts),
:ok <- install_node_dependencies(node_opts) do
if opts[:as_lib] do
Mix.shell().info("Done. Now you can use any component by importSaladUI.<ComponentName> in your project.")
Mix.shell().info("Done. Now you can use any component by `import SaladUI.<ComponentName>` in your project.")
else
Mix.shell().info("Done. Now you can add components by running mix salad.add <component_name>")
end
Expand Down

0 comments on commit 37f4bbc

Please sign in to comment.